Skip to content

Commit c7584e4

Browse files
chore: release 10.1.0 (#610)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3059713 commit c7584e4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [10.1.0](https://github.com/eslint/espree/compare/v10.0.1...v10.1.0) (2024-06-17)
4+
5+
6+
### Features
7+
8+
* Support ES2025 and RegExp duplicate named capturing groups ([#608](https://github.com/eslint/espree/issues/608)) ([3059713](https://github.com/eslint/espree/commit/3059713cbb8ac3b08d06ef4998835caf03042992))
9+
310
## [10.0.1](https://github.com/eslint/espree/compare/v10.0.0...v10.0.1) (2024-02-09)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"./package.json": "./package.json"
1818
},
19-
"version": "10.0.1",
19+
"version": "10.1.0",
2020
"files": [
2121
"lib",
2222
"dist/espree.cjs",

0 commit comments

Comments
 (0)