From 177d1a5594f25b2bf31eb1fcd48d14aeba3bb678 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 13 Jun 2024 08:18:39 +0000 Subject: [PATCH] chore(release): 1.6.0 [skip ci] ## [1.6.0](https://github.com/timo-reymann/bash-tui-toolkit/compare/1.5.1...1.6.0) (2024-06-13) ### Features * Introduce basic vim bindings in prompts ([#28](https://github.com/timo-reymann/bash-tui-toolkit/issues/28)) ([8b760d1](https://github.com/timo-reymann/bash-tui-toolkit/commit/8b760d13baab43e8f1d7e2b09d622b759b6acaf2)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d01194..1aad790 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.6.0](https://github.com/timo-reymann/bash-tui-toolkit/compare/1.5.1...1.6.0) (2024-06-13) + + +### Features + +* Introduce basic vim bindings in prompts ([#28](https://github.com/timo-reymann/bash-tui-toolkit/issues/28)) ([8b760d1](https://github.com/timo-reymann/bash-tui-toolkit/commit/8b760d13baab43e8f1d7e2b09d622b759b6acaf2)) + ## [1.5.1](https://github.com/timo-reymann/bash-tui-toolkit/compare/1.5.0...1.5.1) (2023-12-11)