Skip to content

Commit 72294d1

Browse files
chore: release prettier-eslint-cli (#474)
1 parent 48bbff2 commit 72294d1

5 files changed

Lines changed: 10 additions & 12 deletions

File tree

.changeset/cuddly-pigs-walk.md

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

.changeset/tender-camels-teach.md

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

CHANGELOG.md

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

3+
## 9.1.0
4+
5+
### Minor Changes
6+
7+
- [#473](https://github.com/prettier/prettier-eslint-cli/pull/473) [`6aac5b1`](https://github.com/prettier/prettier-eslint-cli/commit/6aac5b164c47ed3aee18040b93e81f3a2b7b44ae) Thanks [@JounQin](https://github.com/JounQin)! - feat: migrate source to TypeScript with 100% compatibility
8+
9+
- [#475](https://github.com/prettier/prettier-eslint-cli/pull/475) [`48bbff2`](https://github.com/prettier/prettier-eslint-cli/commit/48bbff2b1dd1efdfd1797f48e8e2f25c239f7807) Thanks [@JounQin](https://github.com/JounQin)! - feat: migrate to pure ESM with tsc and Vitest
10+
311
## 9.0.0
412

513
### 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-cli",
3-
"version": "9.0.0",
3+
"version": "9.1.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.0.0
4+
"9.1.0
55
"
66
`;
77

0 commit comments

Comments
 (0)