Skip to content

Commit 248cd17

Browse files
chore: release eslint-plugin-prettier (#636)
Co-authored-by: JounQin <[email protected]>
1 parent 985b33c commit 248cd17

File tree

4 files changed

+15
-14
lines changed

4 files changed

+15
-14
lines changed

.changeset/rich-pigs-allow.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 5.1.3
4+
5+
### Patch Changes
6+
7+
- [#629](https://github.com/prettier/eslint-plugin-prettier/pull/629) [`985b33c`](https://github.com/prettier/eslint-plugin-prettier/commit/985b33c56f146b2e65ae391a3af57f63b07ecbdf) Thanks [@JounQin](https://github.com/JounQin)! - chore: add `package.json` into `exports` map
8+
39
## 5.1.2
410

511
### Patch Changes

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-prettier",
3-
"version": "5.1.2",
3+
"version": "5.1.3",
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",
@@ -102,6 +102,9 @@
102102
"pnpm": {
103103
"patchedDependencies": {
104104
105+
},
106+
"overrides": {
107+
"prettier": "^3.1.1"
105108
}
106109
}
107110
}

pnpm-lock.yaml

+5-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)