Skip to content

Commit 7c13422

Browse files
chore: release eslint-plugin-regexp (next) (#551)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 11ba3dc commit 7c13422

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.changeset/pre.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@
44
"initialVersions": {
55
"eslint-plugin-regexp": "1.15.0"
66
},
7-
"changesets": []
7+
"changesets": [
8+
"calm-onions-yell",
9+
"khaki-colts-tell",
10+
"small-doors-lie"
11+
]
812
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# eslint-plugin-regexp
2+
3+
## 2.0.0-next.0
4+
5+
### Major Changes
6+
7+
- Drop support for Node.js <=v17, and v19 ([#550](https://github.com/ota-meshi/eslint-plugin-regexp/pull/550))
8+
9+
- Change recommended config ([#552](https://github.com/ota-meshi/eslint-plugin-regexp/pull/552))
10+
11+
### Minor Changes
12+
13+
- Update `@eslint-community/regexpp` to v4.6 ([#554](https://github.com/ota-meshi/eslint-plugin-regexp/pull/554))

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": "1.15.0",
3+
"version": "2.0.0-next.0",
44
"description": "ESLint plugin for finding RegExp mistakes and RegExp style guide violations.",
55
"engines": {
66
"node": "^18 || >=20"

0 commit comments

Comments
 (0)