[READ-ONLY] Mirror of https://github.com/bombshell-dev/tools. Internal CLI to standardize tooling across all Bombshell projects
0

Configure Feed

Select the types of activity you want to include in your feed.

[ci] release (#8)

Co-authored-by: bombshell-bot[bot] <187071675+bombshell-bot[bot]@users.noreply.github.com>

authored by

bombshell-bot[bot]
bombshell-bot[bot]
and committed by
GitHub
(Mar 16, 2026, 9:52 PM EDT) f1ad9a10 2245f6d8

+8 -11
-5
.changeset/afraid-heads-appear.md
··· 1 - --- 2 - "@bomb.sh/tools": minor 3 - --- 4 - 5 - Implements `lint` command using `oxlint`, `tsgo`, `knip`, and `publint`
-5
.changeset/great-hoops-heal.md
··· 1 - --- 2 - "@bomb.sh/tools": minor 3 - --- 4 - 5 - Adds `build` command which uses `tsdown`. Default uses `--unbundle`, but pass `--bundle` to create single files.
+7
CHANGELOG.md
··· 1 1 # @bomb.sh/tools 2 2 3 + ## 0.2.0 4 + 5 + ### Minor Changes 6 + 7 + - 5f43969: Implements `lint` command using `oxlint`, `tsgo`, `knip`, and `publint` 8 + - c3f801b: Adds `build` command which uses `tsdown`. Default uses `--unbundle`, but pass `--bundle` to create single files. 9 + 3 10 ## 0.1.0 4 11 5 12 ### Minor Changes
+1 -1
package.json
··· 1 1 { 2 2 "name": "@bomb.sh/tools", 3 - "version": "0.1.0", 3 + "version": "0.2.0", 4 4 "description": "The internal dev, build, and lint CLI for Bombshell projects", 5 5 "keywords": [ 6 6 "bombshell",