From df123a5812b6f9f2dc27fa518f3036e784b07f15 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 13:14:41 +0800 Subject: [PATCH] chore: release eslint-plugin-prettier (#701) Co-authored-by: github-actions[bot] --- .changeset/giant-bottles-sin.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/giant-bottles-sin.md diff --git a/.changeset/giant-bottles-sin.md b/.changeset/giant-bottles-sin.md deleted file mode 100644 index 942e4a9e..00000000 --- a/.changeset/giant-bottles-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-prettier": patch ---- - -fix: report node when loc not found diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d337a1d..540a7d2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 5.2.2 + +### Patch Changes + +- [#700](https://github.com/prettier/eslint-plugin-prettier/pull/700) [`aa5b59f`](https://github.com/prettier/eslint-plugin-prettier/commit/aa5b59f7d98431bdb9559d079619065f812a2420) Thanks [@ntnyq](https://github.com/ntnyq)! - fix: report node when loc not found + ## 5.2.1 ### Patch Changes diff --git a/package.json b/package.json index 4d051305..9b48cb70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-prettier", - "version": "5.2.1", + "version": "5.2.2", "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",