Skip to content

Commit 9e154f1

Browse files
chore: release prettier-eslint (alpha) (#1194)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 066e6a2 commit 9e154f1

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"prettier-eslint": "16.4.2"
66
},
77
"changesets": [
8+
"late-eels-march",
89
"soft-bees-learn"
910
]
1011
}

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.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 17.0.0-alpha.0
410

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