Skip to content

Commit c315090

Browse files
chore: release prettier-eslint (alpha) (#1191)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 54d8390 commit c315090

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.changeset/pre.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@
44
"initialVersions": {
55
"prettier-eslint": "16.4.2"
66
},
7-
"changesets": []
7+
"changesets": [
8+
"soft-bees-learn"
9+
]
810
}

CHANGELOG.md

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

3+
## 17.0.0-alpha.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!: support ESLint v9 flat config
8+
39
## 16.4.2
410

511
### 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": "16.4.2",
3+
"version": "17.0.0-alpha.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)