From 92cadf5a6d0cef672f47799a7acdc612aebdcfe4 Mon Sep 17 00:00:00 2001 From: AP Date: Sat, 6 Jun 2020 10:29:15 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=9A=80=200.7.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bd16daf..6e945cc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.7.1](https://github.com/apotdevin/thunderhub/compare/v0.7.0...v0.7.1) (2020-06-06) + + +### Bug Fixes + +* 🐛 partner fees in channel view ([6981b94](https://github.com/apotdevin/thunderhub/commit/6981b9453400b2afdd723c430217a25e47c2fea2)) + + +### Improvements + +* 🔧 change fee rate units ([33aa158](https://github.com/apotdevin/thunderhub/commit/33aa158f6b7c307f438485517d234c0a5609ea7e)) +* 🔧 stat changes ([dff30e2](https://github.com/apotdevin/thunderhub/commit/dff30e21988697282f8248e3e0f15ce86344740a)) + ## [0.7.0](https://github.com/apotdevin/thunderhub/compare/v0.6.13...v0.7.0) (2020-06-05) diff --git a/package-lock.json b/package-lock.json index 947aacb0..905ddfb0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "thunderhub", - "version": "0.7.0", + "version": "0.7.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c6e7e3e6..a9f02e89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thunderhub", - "version": "0.7.0", + "version": "0.7.1", "description": "", "main": "index.js", "scripts": {