From c7a98051ca013c29195f817f31646f03fad79b62 Mon Sep 17 00:00:00 2001 From: "bombshell-bot[bot]" <187071675+bombshell-bot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 01:00:27 +0000 Subject: [PATCH] [ci] release --- .changeset/lovely-tables-boil.md | 5 ----- .changeset/silly-foxes-protect.md | 12 ------------ CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 4 files changed, 15 insertions(+), 18 deletions(-) delete mode 100644 .changeset/lovely-tables-boil.md delete mode 100644 .changeset/silly-foxes-protect.md diff --git a/.changeset/lovely-tables-boil.md b/.changeset/lovely-tables-boil.md deleted file mode 100644 index 2be83ae..0000000 --- a/.changeset/lovely-tables-boil.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bomb.sh/tools": minor ---- - -Add `sync` command to automatically symlink skills to the local project diff --git a/.changeset/silly-foxes-protect.md b/.changeset/silly-foxes-protect.md deleted file mode 100644 index 08f248a..0000000 --- a/.changeset/silly-foxes-protect.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"@bomb.sh/tools": minor ---- - -Updatess `oxfmt` config: - -- Sets `"singleQuote"` option to `true` -- Adds `"*.json", "*.md", "*.yml", "*.jsonc"` to `"ignorePatterns"` option - -Updates `format` command to include all files by default instead of the `./src` directory - -Extracts `publint` from the `lint` command into a separate command diff --git a/CHANGELOG.md b/CHANGELOG.md index cc06b25..c6188a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # @bomb.sh/tools +## 0.5.0 + +### Minor Changes + +- fe06180: Add `sync` command to automatically symlink skills to the local project +- e3f5833: Updatess `oxfmt` config: + + - Sets `"singleQuote"` option to `true` + - Adds `"*.json", "*.md", "*.yml", "*.jsonc"` to `"ignorePatterns"` option + + Updates `format` command to include all files by default instead of the `./src` directory + + Extracts `publint` from the `lint` command into a separate command + ## 0.4.2 ### Patch Changes diff --git a/package.json b/package.json index 109b1f8..ed8d1f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bomb.sh/tools", - "version": "0.4.2", + "version": "0.5.0", "description": "The internal dev, build, and lint CLI for Bombshell projects", "keywords": [ "bombshell",