From 83691c574b54896c893f66b7c1a3ff456f41945f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 02:58:37 -0500 Subject: [PATCH] chore: release prettier-eslint-cli v8.0.1 (#452) Co-authored-by: github-actions[bot] --- .changeset/twelve-crews-add.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/twelve-crews-add.md diff --git a/.changeset/twelve-crews-add.md b/.changeset/twelve-crews-add.md deleted file mode 100644 index 13b0ae0..0000000 --- a/.changeset/twelve-crews-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"prettier-eslint-cli": patch ---- - -chore: update node version align with prettier-eslint diff --git a/CHANGELOG.md b/CHANGELOG.md index ea8e846..93ecf6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## 8.0.1 + +### Patch Changes + +- [#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.0.0 ### Major Changes diff --git a/package.json b/package.json index c2963ea..7c43089 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prettier-eslint-cli", - "version": "8.0.0", + "version": "8.0.1", "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 69a6019..bb3c829 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`] = ` -"8.0.0 +"8.0.1 " `;