From 5e9b3f681f7f36bfc1329c609afa5360f80306e6 Mon Sep 17 00:00:00 2001 From: Anthony Potdevin Date: Tue, 12 Dec 2023 16:50:49 +0100 Subject: [PATCH] chore(release): 0.13.28 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57b4e2c6..b5dc6ba9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.13.28](https://github.com/apotdevin/thunderhub/compare/v0.13.27...v0.13.28) (2023-12-12) + + +### Features + +* forward request sub ([#594](https://github.com/apotdevin/thunderhub/issues/594)) ([ccdf6cd](https://github.com/apotdevin/thunderhub/commit/ccdf6cd8ac3267109915ad1dbbab5f5a36c37f74)) + ### [0.13.27](https://github.com/apotdevin/thunderhub/compare/v0.13.26...v0.13.27) (2023-12-07) diff --git a/package-lock.json b/package-lock.json index fac56232..6e248f57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "thunderhub", - "version": "0.13.27", + "version": "0.13.28", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "thunderhub", - "version": "0.13.27", + "version": "0.13.28", "license": "MIT", "dependencies": { "@apollo/client": "^3.8.8", diff --git a/package.json b/package.json index b5ca7c6a..d306c8d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thunderhub", - "version": "0.13.27", + "version": "0.13.28", "description": "Lightning Node Manager", "license": "MIT", "scripts": {