From 36c11630a8e80c9aa35c33c1621fe2b921098b6a Mon Sep 17 00:00:00 2001 From: jeffwcx Date: Sat, 14 Dec 2024 10:49:41 +0000 Subject: [PATCH] ci: release (alpha) --- .changeset/pre.json | 3 ++- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 3f059da..5a3ab26 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -13,6 +13,7 @@ "happy-schools-compare", "lemon-kings-nail", "stupid-buses-sip", - "tame-ducks-type" + "tame-ducks-type", + "three-pants-develop" ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index eb924a4..6dcaff1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # inquirer-select-pro +## 1.0.0-alpha.9 + +### Patch Changes + +- [`507e8c2`](https://github.com/jeffwcx/inquirer-select-pro/commit/507e8c2866da2052b9c01ff8acd7fad7889c6b29) Thanks [@jeffwcx](https://github.com/jeffwcx)! - add `selectFocusedOnSubmit` option and fix CI issues + ## 1.0.0-alpha.8 ### Patch Changes diff --git a/package.json b/package.json index 5f27d2f..6fe7ff5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "inquirer-select-pro", - "version": "1.0.0-alpha.8", + "version": "1.0.0-alpha.9", "description": "An inquirer select that supports multiple selections and filtering.", "keywords": [ "inquirer",