From 0e0a3862b5949b4a3fae8a9d7d5dc47b65577de4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 22 Aug 2024 14:39:36 +0000 Subject: [PATCH] chore(release): 1.7.0 [skip ci] ## [1.7.0](https://github.com/timo-reymann/bash-tui-toolkit/compare/1.6.0...1.7.0) (2024-08-22) ### Features * **#31:** Read from tty device instead of stdin ([a80a355](https://github.com/timo-reymann/bash-tui-toolkit/commit/a80a3557e46177feebf6780928647c1e204615f8)), closes [#31](https://github.com/timo-reymann/bash-tui-toolkit/issues/31) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1aad790..1a5bc37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.7.0](https://github.com/timo-reymann/bash-tui-toolkit/compare/1.6.0...1.7.0) (2024-08-22) + + +### Features + +* **#31:** Read from tty device instead of stdin ([a80a355](https://github.com/timo-reymann/bash-tui-toolkit/commit/a80a3557e46177feebf6780928647c1e204615f8)), closes [#31](https://github.com/timo-reymann/bash-tui-toolkit/issues/31) + ## [1.6.0](https://github.com/timo-reymann/bash-tui-toolkit/compare/1.5.1...1.6.0) (2024-06-13)