From 3062f28d1481ca897d964e71382f66bfeccf44b4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 14 Oct 2021 11:23:29 +0000 Subject: [PATCH] chore(release): 1.8.4 ## [1.8.4](https://github.com/hongaar/bandersnatch/compare/v1.8.3...v1.8.4) (2021-10-14) ### Bug Fixes * **deps:** update dependency typed-emitter to v1.4.0 ([#323](https://github.com/hongaar/bandersnatch/issues/323)) ([38570cd](https://github.com/hongaar/bandersnatch/commit/38570cdc754ac35f093b4c7415e3a0989a94c244)) [skip ci] --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e511381c..8cb51ce4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.8.4](https://github.com/hongaar/bandersnatch/compare/v1.8.3...v1.8.4) (2021-10-14) + + +### Bug Fixes + +* **deps:** update dependency typed-emitter to v1.4.0 ([#323](https://github.com/hongaar/bandersnatch/issues/323)) ([38570cd](https://github.com/hongaar/bandersnatch/commit/38570cdc754ac35f093b4c7415e3a0989a94c244)) + ## [1.8.3](https://github.com/hongaar/bandersnatch/compare/v1.8.2...v1.8.3) (2021-09-26) diff --git a/package.json b/package.json index 094f4dfc..f528bb38 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bandersnatch", "description": "Simple TypeScript CLI / REPL framework", - "version": "1.8.3", + "version": "1.8.4", "repository": { "type": "git", "url": "https://github.com/hongaar/bandersnatch.git"