From 8f49ade3f245a6a8ae495750086cc572ed7afd63 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 23:42:52 +0200 Subject: [PATCH] chore: release 9.6.0 (#576) 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 42b244b3..cf102a64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [9.6.0](https://github.com/eslint/espree/compare/v9.5.2...v9.6.0) (2023-06-19) + + +### Features + +* Support ES2024 and regexp v flag ([#575](https://github.com/eslint/espree/issues/575)) ([4cfc062](https://github.com/eslint/espree/commit/4cfc0626c534377601d48e8cad38976da6b85964)) + ## [9.5.2](https://github.com/eslint/espree/compare/v9.5.1...v9.5.2) (2023-05-05) diff --git a/package.json b/package.json index ef5664dd..943fb59d 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ ], "./package.json": "./package.json" }, - "version": "9.5.2", + "version": "9.6.0", "files": [ "lib", "dist/espree.cjs",