Skip to content

Commit 635e64f

Browse files
chore: release prettier-eslint (#1206)
1 parent ddf3cd1 commit 635e64f

5 files changed

Lines changed: 11 additions & 22 deletions

File tree

.changeset/late-eels-march.md

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

.changeset/pre.json

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

.changeset/soft-bees-learn.md

Lines changed: 0 additions & 5 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+
## 17.0.0
4+
5+
### Major Changes
6+
7+
- [#1190](https://github.com/prettier/prettier-eslint/pull/1190) [`54d8390`](https://github.com/prettier/prettier-eslint/commit/54d839040e24be735db87c21a4d623b89b4d58cb) Thanks [@JounQin](https://github.com/JounQin)! - feat!: bump ESLint v10 with only flat config support
8+
9+
### Patch Changes
10+
11+
- [#1193](https://github.com/prettier/prettier-eslint/pull/1193) [`0bd2e77`](https://github.com/prettier/prettier-eslint/commit/0bd2e777392edcb0de26d819328c9ea0378caa0d) Thanks [@JounQin](https://github.com/JounQin)! - fix: use `overrideConfigFile: true` + `overrideConfig` instead
12+
313
## 17.0.0-alpha.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": "prettier-eslint",
3-
"version": "17.0.0-alpha.1",
3+
"version": "17.0.0",
44
"type": "commonjs",
55
"description": "Formats your JavaScript using prettier followed by eslint --fix",
66
"repository": "git+https://github.com/prettier/prettier-eslint.git",

0 commit comments

Comments
 (0)