diff --git a/CHANGELOG.md b/CHANGELOG.md index bd76084d..5a7dc3e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.12.0](https://github.com/hongaar/bandersnatch/compare/v1.11.2...v1.12.0) (2023-04-03) + + +### Bug Fixes + +* **deps:** bump yargs and @types/yargs ([#427](https://github.com/hongaar/bandersnatch/issues/427)) ([cf636e1](https://github.com/hongaar/bandersnatch/commit/cf636e19958681f7a23df4e08765e3a5f54c5d7a)) + + +### Features + +* add requires and excludes ([#434](https://github.com/hongaar/bandersnatch/issues/434)) ([24982cb](https://github.com/hongaar/bandersnatch/commit/24982cb92f0f55336950a6a0dd9cb4ea21f92f27)) + ## [1.11.2](https://github.com/hongaar/bandersnatch/compare/v1.11.1...v1.11.2) (2023-04-03) diff --git a/package.json b/package.json index d2d16651..c6e127f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bandersnatch", - "version": "1.11.2", + "version": "1.12.0", "description": "Simple TypeScript CLI / REPL framework", "keywords": [ "cli",