From dbf4f7e07f6c3e33711f01fb5c2518b121d5dfee Mon Sep 17 00:00:00 2001 From: Nitesh Balusu <84944042+niteshbalusu11@users.noreply.github.com> Date: Tue, 25 Oct 2022 09:26:55 -0400 Subject: [PATCH] chore(release): 2.8.1 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10c5ce2..d357cdd 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.8.1](https://github.com/niteshbalusu11/lndboss/compare/v2.8.0...v2.8.1) (2022-10-25) + ## [2.8.0](https://github.com/niteshbalusu11/lndboss/compare/v2.7.1...v2.8.0) (2022-10-25) - Added support for auto fee policy based on channel inactivity periods. diff --git a/package.json b/package.json index de301bf..23e56f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lndboss", - "version": "2.8.0", + "version": "2.8.1", "description": "Web Application for BalanceOfSatoshis", "author": { "name": "Nitesh Balusu",