From 5eb50e4f5643a133b2ad4d4fa4428bb494983b88 Mon Sep 17 00:00:00 2001 From: apotdevin Date: Mon, 31 Jan 2022 00:34:08 +0100 Subject: [PATCH] chore(release): 0.13.4 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) 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": {