Skip to content

Commit 9585e0a

Browse files
[ci] release
1 parent 56ead32 commit 9585e0a

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

.changeset/curvy-clouds-hide.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/stupid-kiwis-fold.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @bombsh/tab
22

3+
## 0.0.10
4+
5+
### Patch Changes
6+
7+
- 060c025: Fix PowerShell completion argument parsing
8+
- 5832a09: switching command execution from execSync (string-based, shell-parsed) to spawnSync with an argv array. this ensures trailing "" arguments are not dropped during shell re-parsing
9+
310
## 0.0.9
411

512
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bomb.sh/tab",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"main": "./dist/t.js",
55
"types": "./dist/t.d.ts",
66
"type": "module",

0 commit comments

Comments
 (0)