diff --git a/CHANGELOG.md b/CHANGELOG.md index c225b960..0c5b5ebe 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.4](https://github.com/apotdevin/thunderhub/compare/v0.13.3...v0.13.4) (2022-01-30) + + +### Improvements + +* notification settings ([ee3f772](https://github.com/apotdevin/thunderhub/commit/ee3f772ff3fd080ba3175cd68d4e55814608f403)) + ### [0.13.3](https://github.com/apotdevin/thunderhub/compare/v0.13.2...v0.13.3) (2022-01-30) diff --git a/package-lock.json b/package-lock.json index c6f6a21b..e409e4d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "thunderhub", - "version": "0.13.3", + "version": "0.13.4", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.13.3", + "version": "0.13.4", "license": "MIT", "dependencies": { "@apollo/client": "^3.5.8", diff --git a/package.json b/package.json index 3d783c9c..f59a2b73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thunderhub", - "version": "0.13.3", + "version": "0.13.4", "description": "Lightning Node Manager", "license": "MIT", "scripts": {