diff --git a/CHANGELOG.md b/CHANGELOG.md index aecb690f..aa592667 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.10.1](https://github.com/hongaar/bandersnatch/compare/v1.10.0...v1.10.1) (2022-03-23) + + +### Bug Fixes + +* package.json main entry ([10f1828](https://github.com/hongaar/bandersnatch/commit/10f18280b46ef43d06fd3c9799e46c7fb272846b)) + # [1.10.0](https://github.com/hongaar/bandersnatch/compare/v1.9.2...v1.10.0) (2022-03-23) diff --git a/package.json b/package.json index 5792ca9f..9aec86e4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bandersnatch", "description": "Simple TypeScript CLI / REPL framework", - "version": "1.10.0", + "version": "1.10.1", "repository": { "type": "git", "url": "https://github.com/hongaar/bandersnatch.git" @@ -81,4 +81,4 @@ "tsd": { "directory": "tests/types" } -} \ No newline at end of file +}