diff --git a/.changeset/pre.json b/.changeset/pre.json index fd6d8d4a4..b4c1b5d50 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -7,6 +7,8 @@ "changesets": [ "calm-onions-yell", "khaki-colts-tell", + "lovely-brooms-explode", + "short-dingos-dance", "small-doors-lie" ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dbf7c874..19fc29bc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # 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)) + +### 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 00304a8b6..e68f667d9 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"