Skip to content

Commit 2bb3812

Browse files
committed
chore: release v1.0.0
1 parent 5233162 commit 2bb3812

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.0](https://github.com/gfargo/ink-enhanced-select-input/compare/v0.6.0...v1.0.0) (2026-05-05)
4+
5+
### 🌟 New Features
6+
7+
* add item group support with section headers ([#13](https://github.com/gfargo/ink-enhanced-select-input/issues/13)) ([#25](https://github.com/gfargo/ink-enhanced-select-input/issues/25)) ([32b5e52](https://github.com/gfargo/ink-enhanced-select-input/commit/32b5e52c24fe0f01e5f7d9df24123191f6237d95))
8+
* add searchable mode for inline item filtering ([#14](https://github.com/gfargo/ink-enhanced-select-input/issues/14)) ([#26](https://github.com/gfargo/ink-enhanced-select-input/issues/26)) ([0c81254](https://github.com/gfargo/ink-enhanced-select-input/commit/0c812548cdbaf275b4161b0a7aece2ad1d04b65f))
9+
310
## [0.6.0](https://github.com/gfargo/ink-enhanced-select-input/compare/0.5.0...v0.6.0) (2026-05-05)
411

512
### 🌟 New Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ink-enhanced-select-input",
3-
"version": "0.6.0",
3+
"version": "1.0.0",
44
"description": "An enhanced variant of the select input component for Ink",
55
"author": "gfargo <ghfargo@gmail.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)