diff --git a/CHANGELOG.md b/CHANGELOG.md index ca8e739d..5d25733b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.9](https://github.com/hongaar/bandersnatch/compare/v1.3.8...v1.3.9) (2021-01-30) + + +### Bug Fixes + +* stop and restart repl to allow enquirer prompt ([#188](https://github.com/hongaar/bandersnatch/issues/188)) ([059461a](https://github.com/hongaar/bandersnatch/commit/059461af748f4a3ca6948549ccf0c5d5b4190a37)) + ## [1.3.8](https://github.com/hongaar/bandersnatch/compare/v1.3.7...v1.3.8) (2020-10-16) diff --git a/package.json b/package.json index b9efa1ff..36b96203 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bandersnatch", "description": "Simple TypeScript CLI / REPL framework", - "version": "1.3.8", + "version": "1.3.9", "repository": { "type": "git", "url": "https://github.com/hongaar/bandersnatch.git"