diff --git a/.changeset/pre.json b/.changeset/pre.json index 82c7381..6313491 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -4,5 +4,7 @@ "initialVersions": { "prettier-eslint-cli": "8.0.1" }, - "changesets": [] + "changesets": [ + "dry-cobras-fold" + ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index 93ecf6d..d2a3d14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## 9.0.0-alpha.0 + +### Major Changes + +- [#460](https://github.com/prettier/prettier-eslint-cli/pull/460) [`4fe5b81`](https://github.com/prettier/prettier-eslint-cli/commit/4fe5b814185e386c351545c0769287b306d9729b) Thanks [@JounQin](https://github.com/JounQin)! - feat!: bump `prettier-eslint` to support ESLint v9 flat config + ## 8.0.1 ### Patch Changes diff --git a/package.json b/package.json index 070ef53..0c8fb2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prettier-eslint-cli", - "version": "8.0.1", + "version": "9.0.0-alpha.0", "type": "commonjs", "description": "CLI for prettier-eslint", "repository": "git+https://github.com/prettier/prettier-eslint-cli.git", diff --git a/test/tests/__snapshots__/cli.spec.js.snap b/test/tests/__snapshots__/cli.spec.js.snap index bb3c829..275fb52 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.1 +"9.0.0-alpha.0 " `;