Skip to content

Commit aa81435

Browse files
chore: release eslint-plugin-prettier (#589)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 21a7146 commit aa81435

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/thick-birds-share.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.0.1
4+
5+
### Patch Changes
6+
7+
- [#588](https://github.com/prettier/eslint-plugin-prettier/pull/588) [`21a7146`](https://github.com/prettier/eslint-plugin-prettier/commit/21a7146d78161307dcc7eaa96f41dac51f7ce89f) Thanks [@krist7599555](https://github.com/krist7599555)! - fix: `parserPath` type might be `undefined` on Eslint Falt Config
8+
39
## 5.0.0
410

511
### Major Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-prettier",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
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)