Skip to content

Commit 9b22de8

Browse files
chore: release prettier-eslint-cli (#471)
1 parent 9745d99 commit 9b22de8

7 files changed

Lines changed: 14 additions & 29 deletions

File tree

.changeset/dry-cobras-fold.md

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

.changeset/pre.json

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

.changeset/sour-starfishes-rhyme.md

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

.changeset/wet-forks-sneeze.md

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

CHANGELOG.md

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

3+
## 9.0.0
4+
5+
### Major Changes
6+
7+
- [#460](https://github.com/prettier/prettier-eslint-cli/pull/460) [`4fe5b81`](https://github.com/prettier/prettier-eslint-cli/commit/4fe5b814185e386c351545c0769287b306d9729b) Thanks [@JounQin](https://github.com/JounQin)! - feat!: bump `prettier-eslint` and ESLint v10 with only flat config support
8+
9+
### Patch Changes
10+
11+
- [#465](https://github.com/prettier/prettier-eslint-cli/pull/465) [`9fb86bc`](https://github.com/prettier/prettier-eslint-cli/commit/9fb86bc68266c084af8116488120d62de0cef23d) Thanks [@outslept](https://github.com/outslept)! - chore: replace `get-stdin` with node api, removed unused `camelcase-keys`
12+
13+
- [#463](https://github.com/prettier/prettier-eslint-cli/pull/463) [`568521e`](https://github.com/prettier/prettier-eslint-cli/commit/568521e25ea41056338d1772dda8bcb4029e682d) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump prettier-eslint v17.0.0
14+
315
## 9.0.0-alpha.2
416

517
### 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-cli",
3-
"version": "9.0.0-alpha.2",
3+
"version": "9.0.0",
44
"type": "commonjs",
55
"description": "CLI for prettier-eslint",
66
"repository": "git+https://github.com/prettier/prettier-eslint-cli.git",

test/tests/__snapshots__/cli.spec.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`prettier-eslint --version: stdout: --version 1`] = `
4-
"9.0.0-alpha.2
4+
"9.0.0
55
"
66
`;
77

0 commit comments

Comments
 (0)