chore(release): πŸš€ 0.6.11

This commit is contained in:
apotdevin 2020-05-31 09:27:40 +02:00
parent b4ed3d7334
commit 146afbab9e
3 changed files with 9 additions and 2 deletions

View file

@ -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. 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) ### [0.6.10](https://github.com/apotdevin/thunderhub/compare/v0.6.9...v0.6.10) (2020-05-31)

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{ {
"name": "thunderhub", "name": "thunderhub",
"version": "0.6.10", "version": "0.6.11",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View file

@ -1,6 +1,6 @@
{ {
"name": "thunderhub", "name": "thunderhub",
"version": "0.6.10", "version": "0.6.11",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {