From 6652c89e36eded10f115bbc4e73a49ca2bc81793 Mon Sep 17 00:00:00 2001 From: Nitesh Balusu <84944042+niteshbalusu11@users.noreply.github.com> Date: Mon, 19 Sep 2022 11:24:13 -0400 Subject: [PATCH] chore(release): 2.2.0 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 246a0a2..76d317f 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.2.0](https://github.com/niteshbalusu11/lndboss/compare/v2.1.0...v2.2.0) (2022-09-19) + ## [2.1.0](https://github.com/niteshbalusu11/lndboss/compare/v2.0.1...v2.1.0) (2022-09-16) - Support for bos open command for batch open and zero conf channels diff --git a/package.json b/package.json index 9e7b302..37d5392 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lndboss", - "version": "2.1.0", + "version": "2.2.0", "description": "Web Application for BalanceOfSatoshis", "author": { "name": "Nitesh Balusu",