diff --git a/.changeset/sour-kangaroos-jam.md b/.changeset/sour-kangaroos-jam.md deleted file mode 100644 index c23a243..0000000 --- a/.changeset/sour-kangaroos-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"pretty-quick": patch ---- - -fix: more robust computation of git directory diff --git a/.changeset/two-beds-collect.md b/.changeset/two-beds-collect.md deleted file mode 100644 index 00de055..0000000 --- a/.changeset/two-beds-collect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'pretty-quick': minor ---- - -refactor: replace `chalk` and `multimatch` with their lightweight and performant alternatives diff --git a/CHANGELOG.md b/CHANGELOG.md index c29e5f5..3c0b09e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # pretty-quick +## 3.3.0 + +### Minor Changes + +- [#180](https://github.com/prettier/pretty-quick/pull/180) [`93924ab`](https://github.com/prettier/pretty-quick/commit/93924ab962ea94cc21f0ea6464a01b9f65543eb6) Thanks [@SukkaW](https://github.com/SukkaW)! - refactor: replace `chalk` and `multimatch` with their lightweight and performant alternatives + +### Patch Changes + +- [#183](https://github.com/prettier/pretty-quick/pull/183) [`71aab56`](https://github.com/prettier/pretty-quick/commit/71aab568495773cb3b9a683b79e6f20294ed585a) Thanks [@JounQin](https://github.com/JounQin)! - fix: more robust computation of git directory + ## 3.2.1 ### Patch Changes diff --git a/package.json b/package.json index 1139905..e11a4a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pretty-quick", - "version": "3.2.1", + "version": "3.3.0", "description": "Get Pretty Quick", "repository": "prettier/pretty-quick", "author": "Lucas Azzola <@azz>",