From cd8c3c5d5b780e62173b97720bc56ce6417bd281 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 16 Feb 2023 10:57:07 +0000 Subject: [PATCH] chore(release): 1.0.4 [skip ci] ## [1.0.4](https://github.com/timo-reymann/bash-tui-toolkit/compare/1.0.3...1.0.4) (2023-02-16) ### Bug Fixes * Fix empty line for checkbox and list prompt ([042f01b](https://github.com/timo-reymann/bash-tui-toolkit/commit/042f01bd0b25db94ed4c83b64a91439e295e4445)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65ce1c0..6cd9025 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.4](https://github.com/timo-reymann/bash-tui-toolkit/compare/1.0.3...1.0.4) (2023-02-16) + + +### Bug Fixes + +* Fix empty line for checkbox and list prompt ([042f01b](https://github.com/timo-reymann/bash-tui-toolkit/commit/042f01bd0b25db94ed4c83b64a91439e295e4445)) + ## [1.0.3](https://github.com/timo-reymann/bash-tui-toolkit/compare/1.0.2...1.0.3) (2023-02-15)