diff --git a/.changeset/odd-coats-stick.md b/.changeset/odd-coats-stick.md deleted file mode 100644 index ccb2a21..0000000 --- a/.changeset/odd-coats-stick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bomb.sh/tools": patch ---- - -`format` CLI command respects internal format call and passes the exit code to the user. diff --git a/.changeset/petite-ghosts-jump.md b/.changeset/petite-ghosts-jump.md deleted file mode 100644 index 39b506a..0000000 --- a/.changeset/petite-ghosts-jump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bomb.sh/tools": patch ---- - -`lint` CLI command respects internal `lint` call and passes the exit code to the user. diff --git a/CHANGELOG.md b/CHANGELOG.md index 45128a5..d237a93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @bomb.sh/tools +## 0.6.1 + +### Patch Changes + +- 349b48b: `format` CLI command respects internal format call and passes the exit code to the user. +- 57d4d61: `lint` CLI command respects internal `lint` call and passes the exit code to the user. + ## 0.6.0 ### Minor Changes diff --git a/package.json b/package.json index d0e3f9f..f129fc2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bomb.sh/tools", - "version": "0.6.0", + "version": "0.6.1", "description": "The internal dev, build, and lint CLI for Bombshell projects", "keywords": [ "bombshell",