Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/fix-init-clone-dest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-suits-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sync-symlink-trailing-slash.md

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading