From fc89545dc261df170aae2e2779fd4ae602c7dd85 Mon Sep 17 00:00:00 2001 From: apotdevin Date: Sat, 24 Jul 2021 12:13:34 +0200 Subject: [PATCH] chore(release): 0.12.23 --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39adec9d..13c9fe57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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.12.23](https://github.com/apotdevin/thunderhub/compare/v0.12.22...v0.12.23) (2021-07-24) + + +### Bug Fixes + +* **server:** updated ln markets to v1 api ([#305](https://github.com/apotdevin/thunderhub/issues/305)) ([ecb0e1c](https://github.com/apotdevin/thunderhub/commit/ecb0e1cf499d3276a332d5cf212a3cefd23905e8)) + + +### Improvements + +* forward resume ([#306](https://github.com/apotdevin/thunderhub/issues/306)) ([edc9042](https://github.com/apotdevin/thunderhub/commit/edc9042475211dd6a6702bbdc8151a47ce6cc398)) +* toggle private hints ([#304](https://github.com/apotdevin/thunderhub/issues/304)) ([5a212db](https://github.com/apotdevin/thunderhub/commit/5a212db898aeb2a6c38c13dc2af2a4266bb7f0b4)) +* update deps ([#307](https://github.com/apotdevin/thunderhub/issues/307)) ([ce74f60](https://github.com/apotdevin/thunderhub/commit/ce74f60d834d59fd1b9dfd412f5470c8da36e372)) + ### [0.12.22](https://github.com/apotdevin/thunderhub/compare/v0.12.21...v0.12.22) (2021-07-21) diff --git a/package-lock.json b/package-lock.json index 531b79f4..107fe37d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "thunderhub", - "version": "0.12.22", + "version": "0.12.23", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.12.22", + "version": "0.12.23", "license": "MIT", "dependencies": { "@apollo/client": "^3.3.21", diff --git a/package.json b/package.json index 367eb206..429c7150 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thunderhub", - "version": "0.12.22", + "version": "0.12.23", "description": "", "main": "index.js", "scripts": {