Skip to content

Commit 625a7fe

Browse files
chore: release prettier-eslint-cli v7.0.2 (#444)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7801aa8 commit 625a7fe

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/lovely-rings-cry.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,4 +1,10 @@
11
# CHANGELOG
22

3+
## 7.0.2
4+
5+
### Patch Changes
6+
7+
- [#288](https://github.com/prettier/prettier-eslint-cli/pull/288) [`4093cb7`](https://github.com/prettier/prettier-eslint-cli/commit/4093cb7830d49fd8cda23fe33008694dc61074a6) Thanks [@dorser](https://github.com/dorser)! - fix(list-different): removed the message at the end of execution
8+
39
The changelog is automatically updated using [semantic-release](https://github.com/semantic-release/semantic-release).
410
You can see it on the [releases page](https://github.com/prettier/prettier-eslint-cli/releases).

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.0.1",
3+
"version": "7.0.2",
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.0.1
4+
"7.0.2
55
"
66
`;
77

0 commit comments

Comments
 (0)