From b436e2f792a3f94ddd307123e15b92eb50506c74 Mon Sep 17 00:00:00 2001 From: Anthony Potdevin Date: Thu, 23 Nov 2023 14:58:10 +0100 Subject: [PATCH] chore(release): 0.13.24 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf55977d..d69c3a23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.24](https://github.com/apotdevin/thunderhub/compare/v0.13.23...v0.13.24) (2023-11-23) + + +### Improvements + +* bump deps ([#582](https://github.com/apotdevin/thunderhub/issues/582)) ([0d0dae9](https://github.com/apotdevin/thunderhub/commit/0d0dae9fdeddd0170a5c007a5694446f2e2b2f02)) + + +### Refactoring + +* forwards api ([#583](https://github.com/apotdevin/thunderhub/issues/583)) ([8e51084](https://github.com/apotdevin/thunderhub/commit/8e51084167a4034e32f2ae3ac53b0e065f1ec068)) + ### [0.13.23](https://github.com/apotdevin/thunderhub/compare/v0.13.22...v0.13.23) (2023-09-12) diff --git a/package-lock.json b/package-lock.json index 25356c83..fadc0e4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "thunderhub", - "version": "0.13.23", + "version": "0.13.24", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "thunderhub", - "version": "0.13.23", + "version": "0.13.24", "license": "MIT", "dependencies": { "@apollo/client": "^3.8.7", diff --git a/package.json b/package.json index e98ace25..f9dfb27c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thunderhub", - "version": "0.13.23", + "version": "0.13.24", "description": "Lightning Node Manager", "license": "MIT", "scripts": {