From 07f3eeea8d3df5030c50a4d888517abdf086eb1d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 29 Jul 2021 21:45:00 +0000 Subject: [PATCH] chore(release): 1.7.0 # [1.7.0](https://github.com/hongaar/bandersnatch/compare/v1.6.4...v1.7.0) (2021-07-29) ### Features * allow custom exit command implementation ([#275](https://github.com/hongaar/bandersnatch/issues/275)) ([9527735](https://github.com/hongaar/bandersnatch/commit/9527735bb440ab7701c4f27e2acb676e81bae2f6)) [skip ci] --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77d1197f..f3d30de1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.7.0](https://github.com/hongaar/bandersnatch/compare/v1.6.4...v1.7.0) (2021-07-29) + + +### Features + +* allow custom exit command implementation ([#275](https://github.com/hongaar/bandersnatch/issues/275)) ([9527735](https://github.com/hongaar/bandersnatch/commit/9527735bb440ab7701c4f27e2acb676e81bae2f6)) + ## [1.6.4](https://github.com/hongaar/bandersnatch/compare/v1.6.3...v1.6.4) (2021-07-05) diff --git a/package.json b/package.json index c8682510..c33d9591 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bandersnatch", "description": "Simple TypeScript CLI / REPL framework", - "version": "1.6.4", + "version": "1.7.0", "repository": { "type": "git", "url": "https://github.com/hongaar/bandersnatch.git"