From 726899b21f7203987cc260045c0121f64c8eb6ca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 4 May 2025 08:03:32 +0000 Subject: [PATCH] chore: release eslint-plugin-prettier --- .changeset/wise-houses-build.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/wise-houses-build.md diff --git a/.changeset/wise-houses-build.md b/.changeset/wise-houses-build.md deleted file mode 100644 index c3e6ba04..00000000 --- a/.changeset/wise-houses-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-prettier": patch ---- - -ci: enable `NPM_CONFIG_PROVENANCE` env diff --git a/CHANGELOG.md b/CHANGELOG.md index cd0fef52..043ec2db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 5.3.1 + +### Patch Changes + +- [#734](https://github.com/prettier/eslint-plugin-prettier/pull/734) [`dcf2c80`](https://github.com/prettier/eslint-plugin-prettier/commit/dcf2c8083e0f7146b7b7d641224ee2db8b318189) Thanks [@JounQin](https://github.com/JounQin)! - ci: enable `NPM_CONFIG_PROVENANCE` env + ## 5.3.0 ### Minor Changes diff --git a/package.json b/package.json index 18a49237..fc64f384 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-prettier", - "version": "5.3.0", + "version": "5.3.1", "description": "Runs prettier as an eslint rule", "repository": "https://github.com/prettier/eslint-plugin-prettier.git", "homepage": "https://github.com/prettier/eslint-plugin-prettier#readme",