From 4a4d04510f53d6d36ad4903fb1a586ce4ef8b500 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 08:21:44 +0000 Subject: [PATCH] chore: release 10.0.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6001b3c2..9d74ded4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [10.0.2](https://github.com/eslint/espree/compare/v10.0.1...v10.0.2) (2024-04-30) + + +### Chores + +* run tests in Node.js 22 ([#598](https://github.com/eslint/espree/issues/598)) ([bf2ea85](https://github.com/eslint/espree/commit/bf2ea854daf786a64d16c5855df57a25ff89cada)) +* switch to eslint v9, eslint-config-eslint v10 ([#604](https://github.com/eslint/espree/issues/604)) ([c8de71e](https://github.com/eslint/espree/commit/c8de71e7f7cbfd2d7dcdbef7315e4e58ae522c28)) +* update dependency shelljs to ^0.8.5 ([#600](https://github.com/eslint/espree/issues/600)) ([18cfaca](https://github.com/eslint/espree/commit/18cfaca0f7085de9ffdc2c1ef8065571826d503f)) +* update dependency shelljs to v0.8.5 ([18cfaca](https://github.com/eslint/espree/commit/18cfaca0f7085de9ffdc2c1ef8065571826d503f)) + ## [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 c8991cbb..33062aae 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ ], "./package.json": "./package.json" }, - "version": "10.0.1", + "version": "10.0.2", "files": [ "lib", "dist/espree.cjs",