From 1fed004c0489bf5fc3c1fc2a5182ac088f5b7df7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 21 Dec 2025 16:22:49 +0000 Subject: [PATCH] [ci] release --- .changeset/mean-stingrays-begin.md | 5 ----- .changeset/warm-pants-roll.md | 5 ----- CHANGELOG.md | 7 +++++++ package.json | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 .changeset/mean-stingrays-begin.md delete mode 100644 .changeset/warm-pants-roll.md 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",