diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c91b1eb..480c3e40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.6.2](https://github.com/hongaar/bandersnatch/compare/v1.6.1...v1.6.2) (2021-05-21) + + +### Bug Fixes + +* **deps:** update dependency @types/yargs to v16.0.3 ([#252](https://github.com/hongaar/bandersnatch/issues/252)) ([f96d761](https://github.com/hongaar/bandersnatch/commit/f96d761fb6fb1cbae78da6eca3049be6d76304c5)) + ## [1.6.1](https://github.com/hongaar/bandersnatch/compare/v1.6.0...v1.6.1) (2021-05-18) diff --git a/package.json b/package.json index b4686c6c..d3201eb7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bandersnatch", "description": "Simple TypeScript CLI / REPL framework", - "version": "1.6.1", + "version": "1.6.2", "repository": { "type": "git", "url": "https://github.com/hongaar/bandersnatch.git"