diff --git a/.changeset/mean-stingrays-begin.md b/.changeset/mean-stingrays-begin.md deleted file mode 100644 index 63bf43d..0000000 --- a/.changeset/mean-stingrays-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@bomb.sh/tab': patch ---- - -fix: wrap dashes and arguments in single quotes diff --git a/.changeset/warm-pants-roll.md b/.changeset/warm-pants-roll.md deleted file mode 100644 index 1431280..0000000 --- a/.changeset/warm-pants-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@bomb.sh/tab': patch ---- - -fix: should complete options after boolean option diff --git a/CHANGELOG.md b/CHANGELOG.md index 325e080..a2f9f9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @bombsh/tab +## 0.0.11 + +### Patch Changes + +- 88bfb2a: fix: wrap dashes and arguments in single quotes +- 864242b: fix: should complete options after boolean option + ## 0.0.10 ### Patch Changes diff --git a/package.json b/package.json index 948c062..7dc4260 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bomb.sh/tab", - "version": "0.0.10", + "version": "0.0.11", "main": "./dist/t.js", "types": "./dist/t.d.ts", "type": "module",