From 0b6345adae7de18e1deba6ea823a232f167a3d97 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 9 Aug 2025 14:31:56 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4819ed0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +## 1.0.0 (2025-08-09) + + +### Features + +* define icon highlight if not exists ([8e39f60](https://github.com/cpea2506/input.nvim/commit/8e39f601ffbc7abb97c32fcb13b6b2448a72568e)) +* treat input as `prompt` ([17ec45f](https://github.com/cpea2506/input.nvim/commit/17ec45f0571c01fd4b8950763676a5e6584d55ad)) + + +### Bug Fixes + +* bound `` to normal mode ([#3](https://github.com/cpea2506/input.nvim/issues/3)) ([dcf96ed](https://github.com/cpea2506/input.nvim/commit/dcf96ed4e1b2ea2f70de6a9bcbc92e10c754470b))