From 119cbffe453a4fb6c2b39f4e05490d6fceb55a82 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 10:28:09 +0000 Subject: [PATCH] chore: release pretty-quick (#173) Co-authored-by: github-actions[bot] --- .changeset/cuddly-mirrors-hug.md | 5 ----- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .changeset/cuddly-mirrors-hug.md create mode 100644 CHANGELOG.md diff --git a/.changeset/cuddly-mirrors-hug.md b/.changeset/cuddly-mirrors-hug.md deleted file mode 100644 index 7581436..0000000 --- a/.changeset/cuddly-mirrors-hug.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'pretty-quick': patch ---- - -fix: incorrect prettier peer version diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6347e52 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# pretty-quick + +## 3.1.4 + +### Patch Changes + +- [#172](https://github.com/prettier/pretty-quick/pull/172) [`49acad2`](https://github.com/prettier/pretty-quick/commit/49acad2abcf327a892eee0cef5d96ec94788414a) Thanks [@JounQin](https://github.com/JounQin)! - fix: incorrect prettier peer version diff --git a/package.json b/package.json index ccb7867..87fc174 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pretty-quick", - "version": "3.1.3", + "version": "3.1.4", "description": "Get Pretty Quick", "repository": "azz/pretty-quick", "author": "Lucas Azzola <@azz>",