Skip to content

Commit 426f8af

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

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"eslint-plugin-regexp": "1.15.0"
66
},
77
"changesets": [
8+
"brown-dragons-dance",
89
"calm-onions-yell",
10+
"clever-jobs-clap",
911
"cyan-waves-notice",
1012
"hungry-spoons-mix",
1113
"khaki-colts-tell",

CHANGELOG.md

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

3+
## 2.0.0-next.4
4+
5+
### Minor Changes
6+
7+
- Add support for v flag to `regexp/no-non-standard-flag` rule ([#596](https://github.com/ota-meshi/eslint-plugin-regexp/pull/596))
8+
9+
- Improve `regexp/strict` rule to ignore patterns with v flag ([#591](https://github.com/ota-meshi/eslint-plugin-regexp/pull/591))
10+
311
## 2.0.0-next.3
412

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

0 commit comments

Comments
 (0)