From 9335496728f16c01e99e9a3753aa4d29c3a8132b Mon Sep 17 00:00:00 2001 From: AP Date: Wed, 10 Jun 2020 07:48:57 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=9A=80=200.7.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 19 +++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64469ab6..8e6f632b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ 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.8](https://github.com/apotdevin/thunderhub/compare/v0.7.7...v0.7.8) (2020-06-10) + + +### Features + +* ✨ more privacy configs ([c536981](https://github.com/apotdevin/thunderhub/commit/c536981c282918d75de24a7a1ba42232aaca29b4)) +* ✨ value server accounts ([6535f06](https://github.com/apotdevin/thunderhub/commit/6535f06202bc9ac0b41b4f674ab71384d1f38020)) +* details view ([d6f9e51](https://github.com/apotdevin/thunderhub/commit/d6f9e51ed0124ce34edd6e228d962ad313637586)) + + +### Bug Fixes + +* 🐛 correct partner fees ([e68894c](https://github.com/apotdevin/thunderhub/commit/e68894c8ca35f7b76a8e900ae8ab715c07e4cac0)) + + +### Improvements + +* 🔧 remove qr login ([47ee9c0](https://github.com/apotdevin/thunderhub/commit/47ee9c01274ca423da946f513375c6075f0af58b)) + ### [0.7.7](https://github.com/apotdevin/thunderhub/compare/v0.7.6...v0.7.7) (2020-06-10) diff --git a/package-lock.json b/package-lock.json index 6611bfe0..b684ff05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "thunderhub", - "version": "0.7.7", + "version": "0.7.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ddacec2b..56bdfb90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thunderhub", - "version": "0.7.7", + "version": "0.7.8", "description": "", "main": "index.js", "scripts": {