From aa81435000a5e163df07400fafb875aa8e3ea83b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 10:33:21 +0800 Subject: [PATCH] chore: release eslint-plugin-prettier (#589) Co-authored-by: github-actions[bot] --- .changeset/thick-birds-share.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/thick-birds-share.md diff --git a/.changeset/thick-birds-share.md b/.changeset/thick-birds-share.md deleted file mode 100644 index 8293e14b..00000000 --- a/.changeset/thick-birds-share.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-prettier": patch ---- - -fix: `parserPath` type might be `undefined` on Eslint Falt Config diff --git a/CHANGELOG.md b/CHANGELOG.md index a8658b70..c456d5da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 5.0.1 + +### Patch Changes + +- [#588](https://github.com/prettier/eslint-plugin-prettier/pull/588) [`21a7146`](https://github.com/prettier/eslint-plugin-prettier/commit/21a7146d78161307dcc7eaa96f41dac51f7ce89f) Thanks [@krist7599555](https://github.com/krist7599555)! - fix: `parserPath` type might be `undefined` on Eslint Falt Config + ## 5.0.0 ### Major Changes diff --git a/package.json b/package.json index 3a845004..f74e0f57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-prettier", - "version": "5.0.0", + "version": "5.0.1", "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",