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",