diff --git a/.changeset/pre.json b/.changeset/pre.json index fd6d8d4a4..acfbc6dae 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -6,7 +6,10 @@ }, "changesets": [ "calm-onions-yell", + "cyan-waves-notice", "khaki-colts-tell", + "lovely-brooms-explode", + "short-dingos-dance", "small-doors-lie" ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dbf7c874..f4a6c05ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # eslint-plugin-regexp +## 2.0.0-next.1 + +### Major Changes + +- Drop support for ESLint < v8.44 ([#558](https://github.com/ota-meshi/eslint-plugin-regexp/pull/558)) + +### Minor Changes + +- Update refa, regexp-ast-analysis, and scslre ([#568](https://github.com/ota-meshi/eslint-plugin-regexp/pull/568)) + +### Patch Changes + +- Fix typo in `no-useless-non-capturing-group` ([#555](https://github.com/ota-meshi/eslint-plugin-regexp/pull/555)) + ## 2.0.0-next.0 ### Major Changes diff --git a/package.json b/package.json index 883c38966..e82d1d455 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-regexp", - "version": "2.0.0-next.0", + "version": "2.0.0-next.1", "description": "ESLint plugin for finding RegExp mistakes and RegExp style guide violations.", "engines": { "node": "^18 || >=20"