Skip to content

Commit ededa82

Browse files
chore: release eslint-plugin-regexp (#765)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7a653b0 commit ededa82

File tree

5 files changed

+13
-16
lines changed

5 files changed

+13
-16
lines changed

.changeset/fresh-toys-destroy.md

-5
This file was deleted.

.changeset/odd-snakes-compare.md

-5
This file was deleted.

.changeset/tough-planes-smell.md

-5
This file was deleted.

CHANGELOG.md

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

3+
## 2.7.0
4+
5+
### Minor Changes
6+
7+
- Add support for ES2025 duplicate named capturing groups ([#752](https://github.com/ota-meshi/eslint-plugin-regexp/pull/752))
8+
9+
### Patch Changes
10+
11+
- Updates unicode property alias resource with latest ([#766](https://github.com/ota-meshi/eslint-plugin-regexp/pull/766))
12+
13+
- fix(regexp/no-useless-dollar-replacements): Correct capturing group not found grammar ([#776](https://github.com/ota-meshi/eslint-plugin-regexp/pull/776))
14+
315
## 2.6.0
416

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

0 commit comments

Comments
 (0)