From ff26803a09bc46fc5a7bc396f7e303ca486cc1c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Jul 2023 11:44:11 -0400 Subject: [PATCH] chore: release 7.2.1 (#100) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 11 ++++++++++- package.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39f029e..13c643a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# Changelog + +## [7.2.1](https://github.com/eslint/eslint-scope/compare/v7.2.0...v7.2.1) (2023-05-31) + + +### Chores + +* run tests on Node.js v20 ([#97](https://github.com/eslint/eslint-scope/issues/97)) ([675f7de](https://github.com/eslint/eslint-scope/commit/675f7de78c312546441fa9b204734c26376710f7)) +* set up release-please ([#99](https://github.com/eslint/eslint-scope/issues/99)) ([6bc2619](https://github.com/eslint/eslint-scope/commit/6bc2619fff2aa401fe43d3fda60e0c127d2d39a8)) + v7.2.0 - April 13, 2023 * [`70c8db1`](https://github.com/eslint/eslint-scope/commit/70c8db16962830f20e27765cd4d1fd0e29b93c08) feat: Add isGlobalReturn method on scopeManager. (#96) (Nicholas C. Zakas) @@ -102,4 +112,3 @@ v3.7.0 - March 17, 2017 * 049c545 Chore: Fix tests for eslint-scope (#4) (James Henry) * f026aab Chore: Update package.json for eslint fork (#1) (James Henry) * a94d281 Chore: Update license with JSF copyright (Nicholas C. Zakas) - diff --git a/package.json b/package.json index 48d2efd..53921d2 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "./package.json": "./package.json" }, - "version": "7.2.0", + "version": "7.2.1", "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" },