diff --git a/CHANGELOG.md b/CHANGELOG.md index a48ec002..bffa1e20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.8.2](https://github.com/hongaar/bandersnatch/compare/v1.8.1...v1.8.2) (2021-09-23) + + +### Bug Fixes + +* **deps:** update dependency yargs to v17.2.0 ([#311](https://github.com/hongaar/bandersnatch/issues/311)) ([103eec3](https://github.com/hongaar/bandersnatch/commit/103eec38f3ddd5fab603b8c04aa4943b830f77f4)) + ## [1.8.1](https://github.com/hongaar/bandersnatch/compare/v1.8.0...v1.8.1) (2021-09-21) diff --git a/package.json b/package.json index e26c66a6..bc827c2f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bandersnatch", "description": "Simple TypeScript CLI / REPL framework", - "version": "1.8.1", + "version": "1.8.2", "repository": { "type": "git", "url": "https://github.com/hongaar/bandersnatch.git"