chore(release): πŸš€ 0.5.4

This commit is contained in:
AP 2020-05-07 19:19:08 +02:00
parent dc0e5d7cd6
commit 8be7684460
2 changed files with 11 additions and 2 deletions

View file

@ -2,6 +2,15 @@
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.5.4](https://github.com/apotdevin/thunderhub/compare/v0.5.3...v0.5.4) (2020-05-07)
### Bug Fixes
* πŸ› eslint plugins ([aa39ab5](https://github.com/apotdevin/thunderhub/commit/aa39ab54710fd9dc6737a1ce4a01d471ffe2825e))
* πŸ› linting ([dc0e5d7](https://github.com/apotdevin/thunderhub/commit/dc0e5d7cd690bc37e0f6176ae676f4ce3e810430))
* πŸ› type error ([816306f](https://github.com/apotdevin/thunderhub/commit/816306f2cd921be5aafa2ed59d9b22a5718899d4))
### [0.5.3](https://github.com/apotdevin/thunderhub/compare/v0.5.2...v0.5.3) (2020-05-06)

View file

@ -1,6 +1,6 @@
{
"name": "thunderhub",
"version": "0.5.3",
"version": "0.5.4",
"description": "",
"main": "index.js",
"scripts": {
@ -127,4 +127,4 @@
"eslint --fix"
]
}
}
}