diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f6d81f3..b42f3e84 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.6.11](https://github.com/apotdevin/thunderhub/compare/v0.6.10...v0.6.11) (2020-05-31) + + +### Bug Fixes + +* 🐛 missing var ([b4ed3d7](https://github.com/apotdevin/thunderhub/commit/b4ed3d7334a2d07a889550143e7bfaf45b658548)) + ### [0.6.10](https://github.com/apotdevin/thunderhub/compare/v0.6.9...v0.6.10) (2020-05-31) diff --git a/package-lock.json b/package-lock.json index 9012acf3..77a05113 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "thunderhub", - "version": "0.6.10", + "version": "0.6.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9780e42e..6d70c651 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thunderhub", - "version": "0.6.10", + "version": "0.6.11", "description": "", "main": "index.js", "scripts": {