diff --git a/.changeset/afraid-heads-appear.md b/.changeset/afraid-heads-appear.md deleted file mode 100644 index c7fb486..0000000 --- a/.changeset/afraid-heads-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bomb.sh/tools": minor ---- - -Implements `lint` command using `oxlint`, `tsgo`, `knip`, and `publint` diff --git a/.changeset/great-hoops-heal.md b/.changeset/great-hoops-heal.md deleted file mode 100644 index 91564a1..0000000 --- a/.changeset/great-hoops-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bomb.sh/tools": minor ---- - -Adds `build` command which uses `tsdown`. Default uses `--unbundle`, but pass `--bundle` to create single files. diff --git a/CHANGELOG.md b/CHANGELOG.md index a339a42..61cfbcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @bomb.sh/tools +## 0.2.0 + +### Minor Changes + +- 5f43969: Implements `lint` command using `oxlint`, `tsgo`, `knip`, and `publint` +- c3f801b: Adds `build` command which uses `tsdown`. Default uses `--unbundle`, but pass `--bundle` to create single files. + ## 0.1.0 ### Minor Changes diff --git a/package.json b/package.json index 55e5998..3643729 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bomb.sh/tools", - "version": "0.1.0", + "version": "0.2.0", "description": "The internal dev, build, and lint CLI for Bombshell projects", "keywords": [ "bombshell",