diff --git a/.changeset/dull-badgers-sleep.md b/.changeset/dull-badgers-sleep.md deleted file mode 100644 index 35cb008..0000000 --- a/.changeset/dull-badgers-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"pretty-quick": minor ---- - -feat: replace `execa` with `tinyexec` diff --git a/.changeset/hip-bobcats-burn.md b/.changeset/hip-bobcats-burn.md deleted file mode 100644 index 225fdea..0000000 --- a/.changeset/hip-bobcats-burn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"pretty-quick": minor ---- - -chore: bump upgradable deps without breaking changes diff --git a/CHANGELOG.md b/CHANGELOG.md index f624285..321f7ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # pretty-quick +## 4.1.0 + +### Minor Changes + +- [#195](https://github.com/prettier/pretty-quick/pull/195) [`dcf5da4`](https://github.com/prettier/pretty-quick/commit/dcf5da46ce517547077f5b2d9b0519e6676361d7) Thanks [@pralkarz](https://github.com/pralkarz)! - feat: replace `execa` with `tinyexec` + +- [#198](https://github.com/prettier/pretty-quick/pull/198) [`76c5371`](https://github.com/prettier/pretty-quick/commit/76c5371adbf7956e9514592020759c9cdb16945f) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump upgradable deps without breaking changes + ## 4.0.0 ### Major Changes diff --git a/package.json b/package.json index 5850a41..782aa70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pretty-quick", - "version": "4.0.0", + "version": "4.1.0", "description": "Get Pretty Quick", "repository": "prettier/pretty-quick", "author": "Lucas Azzola <@azz>", @@ -132,7 +132,7 @@ "size-limit": [ { "path": "src/index.ts", - "limit": "1KB" + "limit": "1.5KB" } ] }