From a4dedcada117c5716d407c62dbf013aebbb5cc65 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 18 Jan 2025 23:57:46 +0000 Subject: [PATCH] chore: release eslint-plugin-prettier --- .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",