Skip to content

Commit 83691c5

Browse files
chore: release prettier-eslint-cli v8.0.1 (#452)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent df191a1 commit 83691c5

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/twelve-crews-add.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+
## 8.0.1
4+
5+
### Patch Changes
6+
7+
- [#451](https://github.com/prettier/prettier-eslint-cli/pull/451) [`df191a1`](https://github.com/prettier/prettier-eslint-cli/commit/df191a1415ecb2529849d99eff66b2f5616b410b) Thanks [@JounQin](https://github.com/JounQin)! - chore: update node version align with prettier-eslint
8+
39
## 8.0.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-cli",
3-
"version": "8.0.0",
3+
"version": "8.0.1",
44
"description": "CLI for prettier-eslint",
55
"main": "dist/no-main.js",
66
"engines": {

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://goo.gl/fbAQLP
22

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

0 commit comments

Comments
 (0)