diff --git a/.changeset/calm-toes-compare.md b/.changeset/calm-toes-compare.md deleted file mode 100644 index fd15135..0000000 --- a/.changeset/calm-toes-compare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"pretty-quick": patch ---- - -fix: add tslib as dependency diff --git a/CHANGELOG.md b/CHANGELOG.md index c071f52..c29e5f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # pretty-quick +## 3.2.1 + +### Patch Changes + +- [#178](https://github.com/prettier/pretty-quick/pull/178) [`1929cc9`](https://github.com/prettier/pretty-quick/commit/1929cc96fe0210c6fc44015c996ccd9c7eabd7fc) Thanks [@JounQin](https://github.com/JounQin)! - fix: add tslib as dependency + ## 3.2.0 ### Minor Changes diff --git a/package.json b/package.json index 7cfaf7d..193b5a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pretty-quick", - "version": "3.2.0", + "version": "3.2.1", "description": "Get Pretty Quick", "repository": "prettier/pretty-quick", "author": "Lucas Azzola <@azz>",