diff --git a/CHANGELOG.md b/CHANGELOG.md index aa112e88..4f3b31cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.2](https://github.com/hongaar/bandersnatch/compare/v1.5.1...v1.5.2) (2021-03-26) + + +### Bug Fixes + +* **deps:** update dependency @types/yargs to v16.0.1 ([#221](https://github.com/hongaar/bandersnatch/issues/221)) ([5462db8](https://github.com/hongaar/bandersnatch/commit/5462db8125e2813f8b40d099db006e9cbad31ecd)) + ## [1.5.1](https://github.com/hongaar/bandersnatch/compare/v1.5.0...v1.5.1) (2021-01-30) diff --git a/package.json b/package.json index 4981f181..48c5d71a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bandersnatch", "description": "Simple TypeScript CLI / REPL framework", - "version": "1.5.1", + "version": "1.5.2", "repository": { "type": "git", "url": "https://github.com/hongaar/bandersnatch.git"