diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e945cc2..802aa366 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.2](https://github.com/apotdevin/thunderhub/compare/v0.7.1...v0.7.2) (2020-06-06) + + +### Features + +* ✨ probe route ([#63](https://github.com/apotdevin/thunderhub/issues/63)) ([91628db](https://github.com/apotdevin/thunderhub/commit/91628dbc5cc42090a65b9a18dc01a137c202fd9a)) + + +### Bug Fixes + +* fetch upstream before comparing ([#61](https://github.com/apotdevin/thunderhub/issues/61)) ([358dc37](https://github.com/apotdevin/thunderhub/commit/358dc3760ac1fee6a27f2dab2dc6047c27204539)) + ### [0.7.1](https://github.com/apotdevin/thunderhub/compare/v0.7.0...v0.7.1) (2020-06-06) diff --git a/package-lock.json b/package-lock.json index 905ddfb0..5b5c0f77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "thunderhub", - "version": "0.7.1", + "version": "0.7.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index dd05e096..cddfc2fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thunderhub", - "version": "0.7.1", + "version": "0.7.2", "description": "", "main": "index.js", "scripts": {