From 8be7684460eacabaa3f6d5bd11e5ebe32be96824 Mon Sep 17 00:00:00 2001 From: AP Date: Thu, 7 May 2020 19:19:08 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=9A=80=200.5.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 9 +++++++++ package.json | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4257a406..b95c2e8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index e6f3c59f..6135f664 100644 --- a/package.json +++ b/package.json @@ -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" ] } -} \ No newline at end of file +}