[READ-ONLY] Mirror of https://github.com/bombshell-dev/tab. shell autocompletions for javascript CLIs
4

Configure Feed

Select the types of activity you want to include in your feed.

[ci] release version 0.0.16 (#123)

Co-authored-by: bombshell-bot[bot] <187071675+bombshell-bot[bot]@users.noreply.github.com>

authored by

bombshell-bot[bot]
bombshell-bot[bot]
and committed by
GitHub
(Jun 9, 2026, 2:48 PM +0330) e5fb3dff 4ef1531f

+8 -11
-5
.changeset/green-moose-love.md
··· 1 - --- 2 - '@bomb.sh/tab': patch 3 - --- 4 - 5 - refactor: commander adapter - remove parse/parseAsync and add optional `completionCommandName` config
-5
.changeset/twelve-planes-grin.md
··· 1 - --- 2 - '@bomb.sh/tab': patch 3 - --- 4 - 5 - fix: parseasync() commander's adapter
+7
CHANGELOG.md
··· 1 1 # @bombsh/tab 2 2 3 + ## 0.0.16 4 + 5 + ### Patch Changes 6 + 7 + - 04153b8: refactor: commander adapter - remove parse/parseAsync and add optional `completionCommandName` config 8 + - e784d62: fix: parseasync() commander's adapter 9 + 3 10 ## 0.0.15 4 11 5 12 ### Patch Changes
+1 -1
package.json
··· 1 1 { 2 2 "name": "@bomb.sh/tab", 3 - "version": "0.0.15", 3 + "version": "0.0.16", 4 4 "type": "module", 5 5 "bin": { 6 6 "tab": "./dist/bin/cli.mjs"