Skip to content

Commit fb0c954

Browse files
chore: release eslint-plugin-regexp (next) (#556)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f6a3036 commit fb0c954

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
},
77
"changesets": [
88
"calm-onions-yell",
9+
"cyan-waves-notice",
910
"khaki-colts-tell",
11+
"lovely-brooms-explode",
12+
"short-dingos-dance",
1013
"small-doors-lie"
1114
]
1215
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# eslint-plugin-regexp
22

3+
## 2.0.0-next.1
4+
5+
### Major Changes
6+
7+
- Drop support for ESLint < v8.44 ([#558](https://github.com/ota-meshi/eslint-plugin-regexp/pull/558))
8+
9+
### Minor Changes
10+
11+
- Update refa, regexp-ast-analysis, and scslre ([#568](https://github.com/ota-meshi/eslint-plugin-regexp/pull/568))
12+
13+
### Patch Changes
14+
15+
- Fix typo in `no-useless-non-capturing-group` ([#555](https://github.com/ota-meshi/eslint-plugin-regexp/pull/555))
16+
317
## 2.0.0-next.0
418

519
### Major Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-regexp",
3-
"version": "2.0.0-next.0",
3+
"version": "2.0.0-next.1",
44
"description": "ESLint plugin for finding RegExp mistakes and RegExp style guide violations.",
55
"engines": {
66
"node": "^18 || >=20"

0 commit comments

Comments
 (0)