From 570a097eed19dde9d748c39507902a798f604805 Mon Sep 17 00:00:00 2001 From: Anthony Potdevin Date: Tue, 12 Sep 2023 16:42:54 +0200 Subject: [PATCH] chore(release): 0.13.23 --- 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 e1389fda..cf55977d 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.23](https://github.com/apotdevin/thunderhub/compare/v0.13.22...v0.13.23) (2023-09-12) + + +### Bug Fixes + +* balance push ([#567](https://github.com/apotdevin/thunderhub/issues/567)) ([c5842a6](https://github.com/apotdevin/thunderhub/commit/c5842a6b06f26995ffd7080d916a39c298ccf6a9)) + ### [0.13.22](https://github.com/apotdevin/thunderhub/compare/v0.13.21...v0.13.22) (2023-09-07) diff --git a/package-lock.json b/package-lock.json index c297089c..7fe44660 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "thunderhub", - "version": "0.13.22", + "version": "0.13.23", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "thunderhub", - "version": "0.13.22", + "version": "0.13.23", "license": "MIT", "dependencies": { "@apollo/client": "^3.8.2", diff --git a/package.json b/package.json index b75bc2aa..bbb1d920 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thunderhub", - "version": "0.13.22", + "version": "0.13.23", "description": "Lightning Node Manager", "license": "MIT", "scripts": {