diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ec00be6..6b374656 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.7.10](https://github.com/apotdevin/thunderhub/compare/v0.7.9...v0.7.10) (2020-06-12) + + +### Bug Fixes + +* 🐛 correct hop public key ([64e8f96](https://github.com/apotdevin/thunderhub/commit/64e8f96da449c00f8660e56146a09f0b77a97bdd)) + ### [0.7.9](https://github.com/apotdevin/thunderhub/compare/v0.7.8...v0.7.9) (2020-06-11) diff --git a/package-lock.json b/package-lock.json index ba7a35c4..5a54df6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "thunderhub", - "version": "0.7.9", + "version": "0.7.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 33c63a53..ed69b954 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thunderhub", - "version": "0.7.9", + "version": "0.7.10", "description": "", "main": "index.js", "scripts": {