From 2d5153ea18a950b6e91a836bce1177d2713c4214 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 15 Feb 2023 17:50:33 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ## [1.0.1](https://github.com/timo-reymann/bash-tui-toolkit/compare/1.0.0...1.0.1) (2023-02-15) ### Bug Fixes * Fix empty lines for switch and checkbox ([dd3f163](https://github.com/timo-reymann/bash-tui-toolkit/commit/dd3f163e276f7fb94492ffe2afc3dda43aa7b192)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca200dd..a593422 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.1](https://github.com/timo-reymann/bash-tui-toolkit/compare/1.0.0...1.0.1) (2023-02-15) + + +### Bug Fixes + +* Fix empty lines for switch and checkbox ([dd3f163](https://github.com/timo-reymann/bash-tui-toolkit/commit/dd3f163e276f7fb94492ffe2afc3dda43aa7b192)) + ## 1.0.0 (2023-02-15)