diff --git a/.changeset/native-tab-completion.md b/.changeset/native-tab-completion.md deleted file mode 100644 index 2e80644f..00000000 --- a/.changeset/native-tab-completion.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@alloc/cmd-ts": minor ---- - -Add first-class `@bomb.sh/tab` shell completion support to commands by default, including semantic completion for nested subcommands, aliases, flags, options, positional arguments, and custom value suggestions. diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ca86308..18a25dd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # cmd-ts +## 0.16.0 + +### Minor Changes + +- f12f091: Add first-class `@bomb.sh/tab` shell completion support to commands by default, including semantic completion for nested subcommands, aliases, flags, options, positional arguments, and custom value suggestions. + ## 0.15.0 ### Minor Changes diff --git a/package.json b/package.json index 7ba100ed..fb21ec2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alloc/cmd-ts", - "version": "0.15.0", + "version": "0.16.0", "homepage": "https://alloc.github.io/cmd-ts/", "license": "MIT", "author": "Gal Schlezinger",