From c08601799894fa0662df648cddcd93e151a098f8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 16 Feb 2023 11:28:33 +0000 Subject: [PATCH] chore(release): 1.1.1 [skip ci] ## [1.1.1](https://github.com/timo-reymann/bash-tui-toolkit/compare/1.1.0...1.1.1) (2023-02-16) ### Bug Fixes * Fix color formatting for success and error messages ([6d8aad0](https://github.com/timo-reymann/bash-tui-toolkit/commit/6d8aad022e329a0942e43e386cb34f2d458f4ac2)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8edebfe..6b908b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.1](https://github.com/timo-reymann/bash-tui-toolkit/compare/1.1.0...1.1.1) (2023-02-16) + + +### Bug Fixes + +* Fix color formatting for success and error messages ([6d8aad0](https://github.com/timo-reymann/bash-tui-toolkit/commit/6d8aad022e329a0942e43e386cb34f2d458f4ac2)) + ## [1.1.0](https://github.com/timo-reymann/bash-tui-toolkit/compare/1.0.4...1.1.0) (2023-02-16)