Skip to content

Commit 3b1924b

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

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,14 @@
1010
"clever-jobs-clap",
1111
"curvy-shoes-kiss",
1212
"cyan-waves-notice",
13+
"early-guests-hug",
1314
"heavy-rings-reply",
1415
"hungry-spoons-mix",
1516
"khaki-colts-tell",
17+
"large-dingos-allow",
1618
"loud-flowers-search",
1719
"lovely-brooms-explode",
20+
"neat-rats-sneeze",
1821
"short-dingos-dance",
1922
"six-squids-look",
2023
"small-doors-lie",

CHANGELOG.md

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

3+
## 2.0.0-next.6
4+
5+
### Minor Changes
6+
7+
- Add support for v flag to `regexp/prefer-unicode-codepoint-escapes` rule ([#592](https://github.com/ota-meshi/eslint-plugin-regexp/pull/592))
8+
9+
- Add support for v flag to `regexp/unicode-escape` rule ([#592](https://github.com/ota-meshi/eslint-plugin-regexp/pull/592))
10+
11+
### Patch Changes
12+
13+
- Add support for `v` flag to `regexp/no-contradiction-with-assertion` ([#606](https://github.com/ota-meshi/eslint-plugin-regexp/pull/606))
14+
315
## 2.0.0-next.5
416

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

0 commit comments

Comments
 (0)