From baed9bb49ef8b19e51879e80525dab15e74b3d37 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 22 Mar 2022 17:09:23 +0000 Subject: [PATCH] chore(release): 1.9.1 ## [1.9.1](https://github.com/hongaar/bandersnatch/compare/v1.9.0...v1.9.1) (2022-03-22) ### Bug Fixes * args typed with undefined ([#389](https://github.com/hongaar/bandersnatch/issues/389)) ([419f048](https://github.com/hongaar/bandersnatch/commit/419f0486e55b79a671185eda0ce3558c4cf3665f)) [skip ci] --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7ee45b9..53e702ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.9.1](https://github.com/hongaar/bandersnatch/compare/v1.9.0...v1.9.1) (2022-03-22) + + +### Bug Fixes + +* args typed with undefined ([#389](https://github.com/hongaar/bandersnatch/issues/389)) ([419f048](https://github.com/hongaar/bandersnatch/commit/419f0486e55b79a671185eda0ce3558c4cf3665f)) + # [1.9.0](https://github.com/hongaar/bandersnatch/compare/v1.8.4...v1.9.0) (2021-10-25) diff --git a/package.json b/package.json index 55f9e7f9..0e15351a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bandersnatch", "description": "Simple TypeScript CLI / REPL framework", - "version": "1.9.0", + "version": "1.9.1", "repository": { "type": "git", "url": "https://github.com/hongaar/bandersnatch.git" @@ -61,4 +61,4 @@ "tsd": "^0.19.1", "typescript": "4.6.2" } -} \ No newline at end of file +}