Skip to content

Commit 1ae1acf

Browse files
chore: release eslint-plugin-prettier
1 parent f18bf8e commit 1ae1acf

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/mean-trees-judge.md

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

CHANGELOG.md

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

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

513
### 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)