diff --git a/.changeset/five-tools-matter.md b/.changeset/five-tools-matter.md deleted file mode 100644 index 30d92a70..00000000 --- a/.changeset/five-tools-matter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'eslint-plugin-prettier': patch ---- - -Add meta block to plugin. This improves debugging and cachebusting when using the new flat config diff --git a/.changeset/mean-trees-judge.md b/.changeset/mean-trees-judge.md deleted file mode 100644 index 07e1f0d2..00000000 --- a/.changeset/mean-trees-judge.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'eslint-plugin-prettier': patch ---- - -fix: specify `eslint-config-prettier` as peer dependency - -It's already added to `peerDependenciesMeta` as optional, which means it should also be specified in `peerDependencies`. diff --git a/CHANGELOG.md b/CHANGELOG.md index c456d5da..ca574dff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 5.0.2 + +### Patch Changes + +- [#614](https://github.com/prettier/eslint-plugin-prettier/pull/614) [`5270877`](https://github.com/prettier/eslint-plugin-prettier/commit/5270877d169bec05449861c8ad7e6338b0ad47c0) Thanks [@BPScott](https://github.com/BPScott)! - Add meta block to plugin. This improves debugging and cachebusting when using the new flat config + +- [#603](https://github.com/prettier/eslint-plugin-prettier/pull/603) [`a63a570`](https://github.com/prettier/eslint-plugin-prettier/commit/a63a570f8f3e3d53b90b1cf35e06fd7e3c387a5a) Thanks [@filiptammergard](https://github.com/filiptammergard)! - fix: specify `eslint-config-prettier` as peer dependency + + It's already added to `peerDependenciesMeta` as optional, which means it should also be specified in `peerDependencies`. + ## 5.0.1 ### Patch Changes diff --git a/package.json b/package.json index 2d92bc23..69f5c239 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-prettier", - "version": "5.0.1", + "version": "5.0.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",