Skip to content

Commit 7a38486

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

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"early-guests-hug",
1515
"friendly-walls-reply",
1616
"gold-baboons-clap",
17+
"green-peaches-explode",
1718
"heavy-rings-reply",
1819
"hungry-spoons-mix",
1920
"khaki-colts-tell",

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# eslint-plugin-regexp
22

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

511
### Minor Changes

package.json

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

0 commit comments

Comments
 (0)