From 5e44a515299f6ac294288d2151a94d57ada68448 Mon Sep 17 00:00:00 2001 From: "bombshell-bot[bot]" <187071675+bombshell-bot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 20:44:41 +0000 Subject: [PATCH] [ci] release --- .changeset/fix-init-clone-dest.md | 7 ------- .changeset/fresh-suits-glow.md | 5 ----- .changeset/sync-symlink-trailing-slash.md | 5 ----- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 5 files changed, 12 insertions(+), 18 deletions(-) delete mode 100644 .changeset/fix-init-clone-dest.md delete mode 100644 .changeset/fresh-suits-glow.md delete mode 100644 .changeset/sync-symlink-trailing-slash.md diff --git a/.changeset/fix-init-clone-dest.md b/.changeset/fix-init-clone-dest.md deleted file mode 100644 index 2ad67fb..0000000 --- a/.changeset/fix-init-clone-dest.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@bomb.sh/tools": patch ---- - -Fixes the `bsh init` command—it now points at the directory the template was actually cloned into. - -`init` / `init .` now scaffolds into the current directory in-place and uses the current directory's basename as the project name. diff --git a/.changeset/fresh-suits-glow.md b/.changeset/fresh-suits-glow.md deleted file mode 100644 index 3f8dc5f..0000000 --- a/.changeset/fresh-suits-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bomb.sh/tools": patch ---- - -In some failure or no-op cases, oxlint seems to return output which is not json-parseable even with --json passed. Log output directly in these instances. diff --git a/.changeset/sync-symlink-trailing-slash.md b/.changeset/sync-symlink-trailing-slash.md deleted file mode 100644 index b5d1bce..0000000 --- a/.changeset/sync-symlink-trailing-slash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bomb.sh/tools": patch ---- - -Fixes `bsh sync` crashing when creating skill symlinks, and makes re-running it safe. It no longer errors or removes already-synced skills. diff --git a/CHANGELOG.md b/CHANGELOG.md index 549b981..4034c57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # @bomb.sh/tools +## 0.5.3 + +### Patch Changes + +- 22f87d0: Fixes the `bsh init` command—it now points at the directory the template was actually cloned into. + + `init` / `init .` now scaffolds into the current directory in-place and uses the current directory's basename as the project name. + +- 14e24a8: In some failure or no-op cases, oxlint seems to return output which is not json-parseable even with --json passed. Log output directly in these instances. +- dd6abfa: Fixes `bsh sync` crashing when creating skill symlinks, and makes re-running it safe. It no longer errors or removes already-synced skills. + ## 0.5.2 ### Patch Changes diff --git a/package.json b/package.json index 4b37093..e9e5bb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bomb.sh/tools", - "version": "0.5.2", + "version": "0.5.3", "description": "The internal dev, build, and lint CLI for Bombshell projects", "keywords": [ "bombshell",