From a7bf9ec5238768e66867d9973e58d392cfd31cef Mon Sep 17 00:00:00 2001 From: Anthony Potdevin Date: Wed, 21 Oct 2020 11:26:06 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=9A=80=200.9.16?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 20 ++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf455d81..2410a010 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ 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.9.16](https://github.com/apotdevin/thunderhub/compare/v0.9.15...v0.9.16) (2020-10-21) + + +### Bug Fixes + +* 🐛 missed version bump ([f6a9211](https://github.com/apotdevin/thunderhub/commit/f6a92111acdefe5c969f5d5fb9a6237366e216dd)) + + +### Refactoring + +* ♻️ close channel modal ([ed58344](https://github.com/apotdevin/thunderhub/commit/ed583441d3f96672c7909c71c754e9e3052ec225)) +* ♻️ lnauth ([c226bce](https://github.com/apotdevin/thunderhub/commit/c226bcee55664026efcfe5fc8755f6d5728ce788)) + + +### Improvements + +* 🔧 add build tags ([ce37bc9](https://github.com/apotdevin/thunderhub/commit/ce37bc94c04ccba4b963c9759a414e3d207d123e)) +* 🔧 update deps ([bf22a7f](https://github.com/apotdevin/thunderhub/commit/bf22a7f189fa84f149508042b2132e7598cd3e79)) +* 🔧 update deps ([40cfcb7](https://github.com/apotdevin/thunderhub/commit/40cfcb7c538d907c3ab0cd99648661512e34867c)) + ### [0.9.14](https://github.com/apotdevin/thunderhub/compare/v0.9.13...v0.9.14) (2020-09-23) diff --git a/package-lock.json b/package-lock.json index f9e45148..1d8fd5bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "thunderhub", - "version": "0.9.15", + "version": "0.9.16", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 490999cd..bbfd5a89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thunderhub", - "version": "0.9.15", + "version": "0.9.16", "description": "", "main": "index.js", "scripts": {