From 6af6141c653f77d2f85cc8e37c5e800866c9ab26 Mon Sep 17 00:00:00 2001 From: Nitesh Balusu <84944042+niteshbalusu11@users.noreply.github.com> Date: Fri, 18 Nov 2022 11:15:52 -0500 Subject: [PATCH] chore(release): 2.11.0 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31971ca..6020313 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.11.0](https://github.com/niteshbalusu11/lndboss/compare/v2.10.0...v2.11.0) (2022-11-18) + ## [2.10.0](https://github.com/niteshbalusu11/lndboss/compare/v2.9.2...v2.10.0) (2022-11-08) - Added a simple table on dashboard page that shows pending payments and channels. diff --git a/package.json b/package.json index ae78d76..2f94d4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lndboss", - "version": "2.10.0", + "version": "2.11.0", "description": "Web Application for BalanceOfSatoshis", "author": { "name": "Nitesh Balusu",