Skip to content

Commit 20bfafd

Browse files
chore: release eslint-plugin-prettier
1 parent 5270877 commit 20bfafd

File tree

4 files changed

+11
-13
lines changed

4 files changed

+11
-13
lines changed

.changeset/five-tools-matter.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/mean-trees-judge.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 5.0.2
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- [#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
10+
11+
It's already added to `peerDependenciesMeta` as optional, which means it should also be specified in `peerDependencies`.
12+
313
## 5.0.1
414

515
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-prettier",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"description": "Runs prettier as an eslint rule",
55
"repository": "git+https://github.com/prettier/eslint-plugin-prettier.git",
66
"homepage": "https://github.com/prettier/eslint-plugin-prettier#readme",

0 commit comments

Comments
 (0)