Skip to content

Commit 1e4d92a

Browse files
[ci] release
1 parent 1071d34 commit 1e4d92a

6 files changed

Lines changed: 10 additions & 21 deletions

File tree

‎.changeset/nested-modules-skip.md‎

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

‎.changeset/quiet-tests-fail.md‎

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

‎.changeset/shared-ignores-apply.md‎

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

‎.changeset/sync-skill-descriptions.md‎

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

‎CHANGELOG.md‎

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

3+
## 0.6.2
4+
5+
### Patch Changes
6+
7+
- df8a41e: `test` CLI command keeps vitest's default excludes, so test files inside nested `node_modules` are no longer collected.
8+
- 1f085b9: `test` CLI command respects internal `vitest` call and passes the exit code to the user.
9+
- 815cf15: `format` CLI command applies the shared `ignorePatterns` to the project being formatted instead of only to files inside `@bomb.sh/tools`.
10+
- 1071d34: Fixes `bsh sync` writing garbled or truncated skill descriptions to `AGENTS.md`
11+
312
## 0.6.1
413

514
### 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.6.1",
3+
"version": "0.6.2",
44
"description": "The internal dev, build, and lint CLI for Bombshell projects",
55
"keywords": [
66
"bombshell",

0 commit comments

Comments
 (0)