Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit ff26803

Browse files
chore: release 7.2.1 (#100)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6bc2619 commit ff26803

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Changelog
2+
3+
## [7.2.1](https://github.com/eslint/eslint-scope/compare/v7.2.0...v7.2.1) (2023-05-31)
4+
5+
6+
### Chores
7+
8+
* run tests on Node.js v20 ([#97](https://github.com/eslint/eslint-scope/issues/97)) ([675f7de](https://github.com/eslint/eslint-scope/commit/675f7de78c312546441fa9b204734c26376710f7))
9+
* set up release-please ([#99](https://github.com/eslint/eslint-scope/issues/99)) ([6bc2619](https://github.com/eslint/eslint-scope/commit/6bc2619fff2aa401fe43d3fda60e0c127d2d39a8))
10+
111
v7.2.0 - April 13, 2023
212

313
* [`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
102112
* 049c545 Chore: Fix tests for eslint-scope (#4) (James Henry)
103113
* f026aab Chore: Update package.json for eslint fork (#1) (James Henry)
104114
* a94d281 Chore: Update license with JSF copyright (Nicholas C. Zakas)
105-

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"./package.json": "./package.json"
1313
},
14-
"version": "7.2.0",
14+
"version": "7.2.1",
1515
"engines": {
1616
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
1717
},

0 commit comments

Comments
 (0)