diff --git a/.changeset/curvy-clouds-hide.md b/.changeset/curvy-clouds-hide.md deleted file mode 100644 index ce812a9..0000000 --- a/.changeset/curvy-clouds-hide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@bomb.sh/tab': patch ---- - -Fix PowerShell completion argument parsing diff --git a/.changeset/stupid-kiwis-fold.md b/.changeset/stupid-kiwis-fold.md deleted file mode 100644 index ffd3cbb..0000000 --- a/.changeset/stupid-kiwis-fold.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@bomb.sh/tab': patch ---- - -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5381428..325e080 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @bombsh/tab +## 0.0.10 + +### Patch Changes + +- 060c025: Fix PowerShell completion argument parsing +- 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 + ## 0.0.9 ### Patch Changes diff --git a/package.json b/package.json index 14efbec..948c062 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bomb.sh/tab", - "version": "0.0.9", + "version": "0.0.10", "main": "./dist/t.js", "types": "./dist/t.d.ts", "type": "module",