diff --git a/.changeset/lovely-kiwis-stare.md b/.changeset/lovely-kiwis-stare.md deleted file mode 100644 index c472db7..0000000 --- a/.changeset/lovely-kiwis-stare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"pretty-quick": patch ---- - -fix: remove unexpected .tsbuildinfo file diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c0b09e..cf9055c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # pretty-quick +## 3.3.1 + +### Patch Changes + +- [#185](https://github.com/prettier/pretty-quick/pull/185) [`ca4d269`](https://github.com/prettier/pretty-quick/commit/ca4d269328fa6cbca651060f9af5a7e48c3abc02) Thanks [@JounQin](https://github.com/JounQin)! - fix: remove unexpected .tsbuildinfo file + ## 3.3.0 ### Minor Changes diff --git a/package.json b/package.json index 89d6e08..bed19b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pretty-quick", - "version": "3.3.0", + "version": "3.3.1", "description": "Get Pretty Quick", "repository": "prettier/pretty-quick", "author": "Lucas Azzola <@azz>",