From ed34de4b5677ef803e9be2ccee889454bbb01ded Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 15:47:08 +0000 Subject: [PATCH] chore: release pretty-quick (#179) Co-authored-by: github-actions[bot] --- .changeset/calm-toes-compare.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/calm-toes-compare.md 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>",