From c7584e4da6dbb8e8a9ee5cae8994094144100f1d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 17:01:40 +0200 Subject: [PATCH] chore: release 10.1.0 (#610) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6001b3c2..da61e008 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.1.0](https://github.com/eslint/espree/compare/v10.0.1...v10.1.0) (2024-06-17) + + +### Features + +* Support ES2025 and RegExp duplicate named capturing groups ([#608](https://github.com/eslint/espree/issues/608)) ([3059713](https://github.com/eslint/espree/commit/3059713cbb8ac3b08d06ef4998835caf03042992)) + ## [10.0.1](https://github.com/eslint/espree/compare/v10.0.0...v10.0.1) (2024-02-09) diff --git a/package.json b/package.json index 92a3fa87..34b6b011 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ ], "./package.json": "./package.json" }, - "version": "10.0.1", + "version": "10.1.0", "files": [ "lib", "dist/espree.cjs",