Skip to content

Commit 7654b6f

Browse files
chore: release prettier-eslint-cli (#477)
1 parent e72f7d5 commit 7654b6f

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

.changeset/silent-hoops-throw.md

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

CHANGELOG.md

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

3+
## 9.2.0
4+
5+
### Minor Changes
6+
7+
- [#476](https://github.com/prettier/prettier-eslint-cli/pull/476) [`e72f7d5`](https://github.com/prettier/prettier-eslint-cli/commit/e72f7d52a8aff5efb1184b1b9cfc801179683311) Thanks [@JounQin](https://github.com/JounQin)! - refactor: simplify formatting internals
8+
39
## 9.1.0
410

511
### Minor 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.1.0",
3+
"version": "9.2.0",
44
"type": "module",
55
"description": "CLI for prettier-eslint",
66
"repository": "git+https://github.com/prettier/prettier-eslint-cli.git",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
22

33
exports[`prettier-eslint --version > stdout: --version 1`] = `
4-
"9.1.0
4+
"9.2.0
55
"
66
`;
77

0 commit comments

Comments
 (0)