From 7b22975b45f6581291133ce76c08cd14c15a6c4f Mon Sep 17 00:00:00 2001 From: apotdevin Date: Mon, 31 Jan 2022 13:09:55 +0100 Subject: [PATCH] chore(release): 0.13.5 --- 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 0c5b5ebe..f025174f 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.5](https://github.com/apotdevin/thunderhub/compare/v0.13.4...v0.13.5) (2022-01-31) + + +### Bug Fixes + +* mutation account ([832644e](https://github.com/apotdevin/thunderhub/commit/832644e1cc7e23ef8de1a16133ebf3ae1a9d47ac)) + ### [0.13.4](https://github.com/apotdevin/thunderhub/compare/v0.13.3...v0.13.4) (2022-01-30) diff --git a/package-lock.json b/package-lock.json index e409e4d1..a9a86554 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "thunderhub", - "version": "0.13.4", + "version": "0.13.5", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.13.4", + "version": "0.13.5", "license": "MIT", "dependencies": { "@apollo/client": "^3.5.8", diff --git a/package.json b/package.json index f59a2b73..82881cde 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thunderhub", - "version": "0.13.4", + "version": "0.13.5", "description": "Lightning Node Manager", "license": "MIT", "scripts": {