diff --git a/.changeset/angry-kiwis-rush.md b/.changeset/angry-kiwis-rush.md deleted file mode 100644 index 0a20ca4..0000000 --- a/.changeset/angry-kiwis-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"pretty-quick": minor ---- - -feat: migrate code base to TypeScript diff --git a/CHANGELOG.md b/CHANGELOG.md index 6347e52..c071f52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # pretty-quick +## 3.2.0 + +### Minor Changes + +- [#175](https://github.com/prettier/pretty-quick/pull/175) [`4f5a345`](https://github.com/prettier/pretty-quick/commit/4f5a345f932a33c99da54f38dfbf78f2b23ae773) Thanks [@JounQin](https://github.com/JounQin)! - feat: migrate code base to TypeScript + ## 3.1.4 ### Patch Changes diff --git a/package.json b/package.json index f76a4b0..1ba9ded 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pretty-quick", - "version": "3.1.4", + "version": "3.2.0", "description": "Get Pretty Quick", "repository": "prettier/pretty-quick", "author": "Lucas Azzola <@azz>",