···11----
22-"@clack/prompts": patch
33-"@clack/core": patch
44----
55-66-Handle empty arrays in various prompts and utilities.
-5
.changeset/fresh-facts-search.md
···11----
22-"@clack/prompts": minor
33----
44-55-Add `showInstructions` option to `select`, `multiselect`, and `groupMultiselect`. Keyboard hints remain shown by default; pass `showInstructions: false` to hide them.
+6
packages/core/CHANGELOG.md
···11# @clack/core
2233+## 1.4.3
44+55+### Patch Changes
66+77+- [#582](https://github.com/bombshell-dev/clack/pull/582) [`4b24953`](https://github.com/bombshell-dev/clack/commit/4b249539e28eecc16c13b3a1bd0ba447e9f38d06) Thanks [@43081j](https://github.com/43081j)! - Handle empty arrays in various prompts and utilities.
88+39## 1.4.2
410511### Patch Changes