From 1fbd4e6422f9be0ef319c8a8d299cc0034ab9486 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 16:02:15 +0000 Subject: [PATCH] chore: release eslint-plugin-prettier --- .changeset/thick-wombats-protect.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/thick-wombats-protect.md diff --git a/.changeset/thick-wombats-protect.md b/.changeset/thick-wombats-protect.md deleted file mode 100644 index 30f707e..0000000 --- a/.changeset/thick-wombats-protect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-prettier": patch ---- - -fix(deps): bump `synckit` to `v0.11.0` diff --git a/CHANGELOG.md b/CHANGELOG.md index 1809c51..d2eef2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 5.2.6 + +### Patch Changes + +- [#723](https://github.com/prettier/eslint-plugin-prettier/pull/723) [`1451176`](https://github.com/prettier/eslint-plugin-prettier/commit/1451176a82fae991c0f4f74adf80af283c3a01c3) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): bump `synckit` to `v0.11.0` + ## 5.2.5 ### Patch Changes diff --git a/package.json b/package.json index 083d39b..d140d7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-prettier", - "version": "5.2.5", + "version": "5.2.6", "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",