diff --git a/CHANGELOG.md b/CHANGELOG.md index e4c04045..64469ab6 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.7](https://github.com/apotdevin/thunderhub/compare/v0.7.6...v0.7.7) (2020-06-10) + + +### Bug Fixes + +* 🐛 remove null pointer ([9039868](https://github.com/apotdevin/thunderhub/commit/9039868dc7036d2453ee725b10d5560c9b051582)) + ### [0.7.6](https://github.com/apotdevin/thunderhub/compare/v0.7.5...v0.7.6) (2020-06-10) diff --git a/package-lock.json b/package-lock.json index 5fcb9916..860ed4e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "thunderhub", - "version": "0.7.6", + "version": "0.7.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2b4d697f..883fd81d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thunderhub", - "version": "0.7.6", + "version": "0.7.7", "description": "", "main": "index.js", "scripts": {