Skip to content

Commit 79c66b7

Browse files
chore: release eslint-plugin-regexp (next)
1 parent bf67254 commit 79c66b7

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"lovely-brooms-explode",
3535
"neat-rats-sneeze",
3636
"nervous-yaks-destroy",
37+
"purple-suns-carry",
3738
"rare-spiders-drop",
3839
"rich-ways-exercise",
3940
"short-dingos-dance",

CHANGELOG.md

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

3+
## 2.0.0-next.12
4+
5+
### Minor Changes
6+
7+
- Add support for v flag to `regexp/no-empty-character-class` ([#637](https://github.com/ota-meshi/eslint-plugin-regexp/pull/637))
8+
39
## 2.0.0-next.11
410

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

0 commit comments

Comments
 (0)