From fb0c9544f11479ee60e20f4ebae715c473fbafac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 10:22:38 +0900 Subject: [PATCH] chore: release eslint-plugin-regexp (next) (#556) Co-authored-by: github-actions[bot] --- .changeset/pre.json | 3 +++ CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 3 files changed, 18 insertions(+), 1 deletion(-) 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"