Skip to content

Commit

Permalink
chore: release prettier-eslint-cli v7.0.2 (#444)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 25, 2022
1 parent 7801aa8 commit 625a7fe
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/lovely-rings-cry.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# CHANGELOG

## 7.0.2

### Patch Changes

- [#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

The changelog is automatically updated using [semantic-release](https://github.com/semantic-release/semantic-release).
You can see it on the [releases page](https://github.com/prettier/prettier-eslint-cli/releases).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier-eslint-cli",
"version": "7.0.1",
"version": "7.0.2",
"description": "CLI for prettier-eslint",
"main": "dist/no-main.js",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion test/tests/__snapshots__/cli.spec.js.snap
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`prettier-eslint --version: stdout: --version 1`] = `
"7.0.1
"7.0.2
"
`;

Expand Down

0 comments on commit 625a7fe

Please sign in to comment.