diff --git a/CHANGELOG.md b/CHANGELOG.md index 8599b061..e758be78 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.13](https://github.com/apotdevin/thunderhub/compare/v0.6.12...v0.6.13) (2020-05-31) + + +### Bug Fixes + +* 🐛 remove header query ([a05d1d7](https://github.com/apotdevin/thunderhub/commit/a05d1d7c831aa0a739e83c480b246dd53e7a5729)) + ### [0.6.12](https://github.com/apotdevin/thunderhub/compare/v0.6.11...v0.6.12) (2020-05-31) diff --git a/package-lock.json b/package-lock.json index f42f2bda..53f4a05f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "thunderhub", - "version": "0.6.12", + "version": "0.6.13", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 38299835..30e5e1a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thunderhub", - "version": "0.6.12", + "version": "0.6.13", "description": "", "main": "index.js", "scripts": {