diff --git a/CHANGELOG.md b/CHANGELOG.md index aa592667..4271331f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.10.2](https://github.com/hongaar/bandersnatch/compare/v1.10.1...v1.10.2) (2022-04-02) + + +### Bug Fixes + +* upgrade deps ([#393](https://github.com/hongaar/bandersnatch/issues/393)) ([eecfd4a](https://github.com/hongaar/bandersnatch/commit/eecfd4a2541f247f244c685d535721f1ba439d79)) + ## [1.10.1](https://github.com/hongaar/bandersnatch/compare/v1.10.0...v1.10.1) (2022-03-23) diff --git a/package.json b/package.json index 5dcfa727..085b4754 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bandersnatch", "description": "Simple TypeScript CLI / REPL framework", - "version": "1.10.1", + "version": "1.10.2", "repository": { "type": "git", "url": "https://github.com/hongaar/bandersnatch.git"