From 6fd7ba1374960ad943c46e8c4e607bffc142347a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 16:06:57 -0800 Subject: [PATCH] chore: release eslint-plugin-prettier (#704) Co-authored-by: github-actions[bot] --- .changeset/healthy-seas-add.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/healthy-seas-add.md diff --git a/.changeset/healthy-seas-add.md b/.changeset/healthy-seas-add.md deleted file mode 100644 index a7e1ff6e..00000000 --- a/.changeset/healthy-seas-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-prettier": patch ---- - -Add name field to recommended flat config diff --git a/CHANGELOG.md b/CHANGELOG.md index 540a7d2a..86844456 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 5.2.3 + +### Patch Changes + +- [#703](https://github.com/prettier/eslint-plugin-prettier/pull/703) [`9c6141f`](https://github.com/prettier/eslint-plugin-prettier/commit/9c6141f2436de0bf379bef91b30fe1b0bc737cf2) Thanks [@BPScott](https://github.com/BPScott)! - Add name field to recommended flat config + ## 5.2.2 ### Patch Changes diff --git a/package.json b/package.json index b5b147d9..5839a3a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-prettier", - "version": "5.2.2", + "version": "5.2.3", "description": "Runs prettier as an eslint rule", "repository": "git+https://github.com/prettier/eslint-plugin-prettier.git", "homepage": "https://github.com/prettier/eslint-plugin-prettier#readme",