diff --git a/CHANGELOG.md b/CHANGELOG.md index 64f4373..4137ca2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [7.2.3](https://github.com/eslint/eslint-scope/compare/v7.2.2...v7.2.3) (2023-11-19) + + +### Documentation + +* Update README with analyze() options ([#111](https://github.com/eslint/eslint-scope/issues/111)) ([2122fdb](https://github.com/eslint/eslint-scope/commit/2122fdb237cc0c115cd2473f383f741b1f055791)), closes [#110](https://github.com/eslint/eslint-scope/issues/110) + + +### Chores + +* Remove add-to-triage ([#106](https://github.com/eslint/eslint-scope/issues/106)) ([dc75851](https://github.com/eslint/eslint-scope/commit/dc75851b92b47eb37ed617448c0291129db676e1)) +* run tests in Node.js 21 ([#109](https://github.com/eslint/eslint-scope/issues/109)) ([957748e](https://github.com/eslint/eslint-scope/commit/957748e7fb741dd23f521af0c124ce6da0848997)) +* standardize npm script names ([#105](https://github.com/eslint/eslint-scope/issues/105)) ([115ded3](https://github.com/eslint/eslint-scope/commit/115ded3cb6f768a37f0dcb17bb16e2299849e16f)) + ## [7.2.2](https://github.com/eslint/eslint-scope/compare/v7.2.1...v7.2.2) (2023-07-27) diff --git a/package.json b/package.json index 184207f..52b9bdd 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "./package.json": "./package.json" }, - "version": "7.2.2", + "version": "7.2.3", "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" },