Skip to content

Commit d093f9a

Browse files
chore: release eslint-plugin-regexp (next)
1 parent 110de11 commit d093f9a

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"green-bananas-tie",
2626
"green-peaches-explode",
2727
"heavy-rings-reply",
28+
"hungry-coins-help",
2829
"hungry-eels-check",
2930
"hungry-spoons-mix",
3031
"itchy-trains-exist",
@@ -36,6 +37,7 @@
3637
"neat-rats-sneeze",
3738
"nervous-yaks-destroy",
3839
"purple-suns-carry",
40+
"quick-ties-bake",
3941
"rare-spiders-drop",
4042
"rich-ways-exercise",
4143
"short-dingos-dance",

CHANGELOG.md

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

3+
## 2.0.0-next.13
4+
5+
### Minor Changes
6+
7+
- Use Intl.Segmenter instead of grapheme-splitter ([#642](https://github.com/ota-meshi/eslint-plugin-regexp/pull/642))
8+
9+
### Patch Changes
10+
11+
- fix: autofix for incorrect no-escaping in `regexp/no-useless-string-literal` ([#645](https://github.com/ota-meshi/eslint-plugin-regexp/pull/645))
12+
313
## 2.0.0-next.12
414

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

0 commit comments

Comments
 (0)