From 625a7fe3c28389de60954b8f32a2e7544d436221 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Aug 2022 19:23:24 +0800 Subject: [PATCH] chore: release prettier-eslint-cli v7.0.2 (#444) Co-authored-by: github-actions[bot] --- .changeset/lovely-rings-cry.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- test/tests/__snapshots__/cli.spec.js.snap | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/lovely-rings-cry.md diff --git a/.changeset/lovely-rings-cry.md b/.changeset/lovely-rings-cry.md deleted file mode 100644 index 0e10356..0000000 --- a/.changeset/lovely-rings-cry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"prettier-eslint-cli": patch ---- - -fix(list-different): removed the message at the end of execution diff --git a/CHANGELOG.md b/CHANGELOG.md index 32042d0..1bc7e8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/package.json b/package.json index 3126033..bf885c4 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/test/tests/__snapshots__/cli.spec.js.snap b/test/tests/__snapshots__/cli.spec.js.snap index 60c1101..f275665 100644 --- a/test/tests/__snapshots__/cli.spec.js.snap +++ b/test/tests/__snapshots__/cli.spec.js.snap @@ -1,7 +1,7 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`prettier-eslint --version: stdout: --version 1`] = ` -"7.0.1 +"7.0.2 " `;