Skip to content

Commit b2b93c3

Browse files
chore: release eslint-plugin-prettier (#569)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 370e88f commit b2b93c3

8 files changed

+19
-40
lines changed

.changeset/add-dependency-synckit.md

-5
This file was deleted.

.changeset/old-plants-exist.md

-5
This file was deleted.

.changeset/orange-eyes-brush.md

-5
This file was deleted.

.changeset/pre.json

-14
This file was deleted.

.changeset/quiet-cups-pull.md

-5
This file was deleted.

.changeset/stale-guests-battle.md

-5
This file was deleted.

CHANGELOG.md

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

3+
## 5.0.0
4+
5+
### Major Changes
6+
7+
- [#508](https://github.com/prettier/eslint-plugin-prettier/pull/508) [`910aeb6`](https://github.com/prettier/eslint-plugin-prettier/commit/910aeb60a7456beb6193c634bb8dec1b7181312d) Thanks [@JounQin](https://github.com/JounQin)! - feat!: bump peer eslint to ">=8.0.0" and node to "^14.18.0 || >=16.0.0"
8+
9+
- [#508](https://github.com/prettier/eslint-plugin-prettier/pull/508) [`910aeb6`](https://github.com/prettier/eslint-plugin-prettier/commit/910aeb60a7456beb6193c634bb8dec1b7181312d) Thanks [@JounQin](https://github.com/JounQin)! - feat!: upgrade to prettier v3
10+
11+
### Minor Changes
12+
13+
- [#508](https://github.com/prettier/eslint-plugin-prettier/pull/508) [`910aeb6`](https://github.com/prettier/eslint-plugin-prettier/commit/910aeb60a7456beb6193c634bb8dec1b7181312d) Thanks [@JounQin](https://github.com/JounQin)! - feat: add typings support
14+
15+
### Patch Changes
16+
17+
- [#548](https://github.com/prettier/eslint-plugin-prettier/pull/548) [`82a3db8`](https://github.com/prettier/eslint-plugin-prettier/commit/82a3db878baf1a8f8ef53393069fe23c3a80ce15) Thanks [@fisker](https://github.com/fisker)! - fix: add missing dependency `synckit`
18+
19+
- [#564](https://github.com/prettier/eslint-plugin-prettier/pull/564) [`ae7a73c`](https://github.com/prettier/eslint-plugin-prettier/commit/ae7a73c6c4b306c617c5dd9baaaa2ae7c0f9f44b) Thanks [@auvred](https://github.com/auvred)! - fix: compatibility with prettier@3 without plugins
20+
321
## 4.2.2
422

523
### Patch 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-alpha.2",
3+
"version": "5.0.0",
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)