From e2310fb8cfe56d74dc4261a56d6c87d09c73b7eb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 14 Sep 2023 15:27:17 +0000 Subject: [PATCH] chore(release): 1.5.0 [skip ci] ## [1.5.0](https://github.com/timo-reymann/bash-tui-toolkit/compare/1.4.1...1.5.0) (2023-09-14) ### Features * **#17:** Add range input ([#18](https://github.com/timo-reymann/bash-tui-toolkit/issues/18)) ([b0f528f](https://github.com/timo-reymann/bash-tui-toolkit/commit/b0f528ff1642083415e5fe3df8607671b9212b01)), closes [#17](https://github.com/timo-reymann/bash-tui-toolkit/issues/17) [#17](https://github.com/timo-reymann/bash-tui-toolkit/issues/17) [#17](https://github.com/timo-reymann/bash-tui-toolkit/issues/17) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5f7505..2a05a12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.0](https://github.com/timo-reymann/bash-tui-toolkit/compare/1.4.1...1.5.0) (2023-09-14) + + +### Features + +* **#17:** Add range input ([#18](https://github.com/timo-reymann/bash-tui-toolkit/issues/18)) ([b0f528f](https://github.com/timo-reymann/bash-tui-toolkit/commit/b0f528ff1642083415e5fe3df8607671b9212b01)), closes [#17](https://github.com/timo-reymann/bash-tui-toolkit/issues/17) [#17](https://github.com/timo-reymann/bash-tui-toolkit/issues/17) [#17](https://github.com/timo-reymann/bash-tui-toolkit/issues/17) + ## [1.4.1](https://github.com/timo-reymann/bash-tui-toolkit/compare/1.4.0...1.4.1) (2023-06-26)