diff --git a/CHANGELOG.md b/CHANGELOG.md index 163df941..6b1953a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.3](https://github.com/hongaar/bandersnatch/compare/v1.2.2...v1.2.3) (2020-07-11) + + +### Bug Fixes + +* **deps:** update dependency yargs to v15.4.1 ([#65](https://github.com/hongaar/bandersnatch/issues/65)) ([232f249](https://github.com/hongaar/bandersnatch/commit/232f24914301d0254dc3f49446b1bcce5484cb6c)) + ## [1.2.2](https://github.com/hongaar/bandersnatch/compare/v1.2.1...v1.2.2) (2020-07-10) diff --git a/package.json b/package.json index e973dec5..358c3afa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bandersnatch", "description": "Simple TypeScript CLI / REPL framework", - "version": "1.2.2", + "version": "1.2.3", "repository": { "type": "git", "url": "https://github.com/hongaar/bandersnatch.git"