Skip to content

Commit 6371324

Browse files
chore: release prettier-eslint-cli v8.0.0 (#450)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5fd8eea commit 6371324

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/new-years-design.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.0
4+
5+
### Major Changes
6+
7+
- [#449](https://github.com/prettier/prettier-eslint-cli/pull/449) [`5fd8eea`](https://github.com/prettier/prettier-eslint-cli/commit/5fd8eea1eb9f17fe0fab931aa8e59c8a2fc87529) Thanks [@JounQin](https://github.com/JounQin)! - feat!: bump all (dev)Dependencies, drop node < 16
8+
39
## 7.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": "7.1.0",
3+
"version": "8.0.0",
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-
"7.1.0
4+
"8.0.0
55
"
66
`;
77

0 commit comments

Comments
 (0)