Skip to content

Commit 049fe65

Browse files
[ci] release (#39)
Co-authored-by: bombshell-bot[bot] <187071675+bombshell-bot[bot]@users.noreply.github.com>
1 parent dd6abfa commit 049fe65

5 files changed

Lines changed: 12 additions & 18 deletions

File tree

.changeset/fix-init-clone-dest.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/fresh-suits-glow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sync-symlink-trailing-slash.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @bomb.sh/tools
22

3+
## 0.5.3
4+
5+
### Patch Changes
6+
7+
- 22f87d0: Fixes the `bsh init` command—it now points at the directory the template was actually cloned into.
8+
9+
`init` / `init .` now scaffolds into the current directory in-place and uses the current directory's basename as the project name.
10+
11+
- 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.
12+
- dd6abfa: Fixes `bsh sync` crashing when creating skill symlinks, and makes re-running it safe. It no longer errors or removes already-synced skills.
13+
314
## 0.5.2
415

516
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bomb.sh/tools",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"description": "The internal dev, build, and lint CLI for Bombshell projects",
55
"keywords": [
66
"bombshell",

0 commit comments

Comments
 (0)