From 47e53a41bb12817a256bf55f1ca9b1ba584978e2 Mon Sep 17 00:00:00 2001 From: Nitesh Balusu <84944042+niteshbalusu11@users.noreply.github.com> Date: Tue, 8 Nov 2022 10:00:29 -0500 Subject: [PATCH] chore(release): 2.10.0 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3176c4..e80a958 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +## [2.10.0](https://github.com/niteshbalusu11/lndboss/compare/v2.9.2...v2.10.0) (2022-11-08) + ### [2.9.2](https://github.com/niteshbalusu11/lndboss/compare/v2.9.1...v2.9.2) (2022-10-26) - Bump bos dependency which fixes create-group-channel and join-group-channel commands for taproot inputs. diff --git a/package.json b/package.json index 3ca1279..fcd4dfd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lndboss", - "version": "2.9.2", + "version": "2.10.0", "description": "Web Application for BalanceOfSatoshis", "author": { "name": "Nitesh Balusu",