[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 0.0.9 (#85)

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

authored by

bombshell-bot[bot]
github-actions[bot]
and committed by
GitHub
(Nov 3, 2025, 6:03 PM +0330) 70593867 d6cdbe44

+7 -6
-5
.changeset/lemon-crabs-bathe.md
··· 1 - --- 2 - '@bomb.sh/tab': patch 3 - --- 4 - 5 - fix(cli): use the globally installed version for shell completions
+6
CHANGELOG.md
··· 1 1 # @bombsh/tab 2 2 3 + ## 0.0.9 4 + 5 + ### Patch Changes 6 + 7 + - d6cdbe4: fix(cli): use the globally installed version for shell completions 8 + 3 9 ## 0.0.8 4 10 5 11 ### Patch Changes
+1 -1
package.json
··· 1 1 { 2 2 "name": "@bomb.sh/tab", 3 - "version": "0.0.8", 3 + "version": "0.0.9", 4 4 "main": "./dist/t.js", 5 5 "types": "./dist/t.d.ts", 6 6 "type": "module",