diff --git a/CHANGELOG.md b/CHANGELOG.md index 7193f22..e25d7a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [8.0.1](https://github.com/eslint/eslint-scope/compare/v8.0.0...v8.0.1) (2024-03-20) + + +### Documentation + +* document Security Policy ([#122](https://github.com/eslint/eslint-scope/issues/122)) ([0d03700](https://github.com/eslint/eslint-scope/commit/0d0370035c3fcd3846bcfed25e2de1c90c204cc8)) + + +### Chores + +* switch to eslint flat config ([#121](https://github.com/eslint/eslint-scope/issues/121)) ([59b1606](https://github.com/eslint/eslint-scope/commit/59b160624bd725a1254024bcbbd28b7529c04c64)) +* upgrade espree@10.0.1, eslint-visitor-keys@4.0.0 ([#119](https://github.com/eslint/eslint-scope/issues/119)) ([6f95a94](https://github.com/eslint/eslint-scope/commit/6f95a9406e321ba519bbf635ebb8b1ae4b8861e7)) + ## [8.0.0](https://github.com/eslint/eslint-scope/compare/v7.2.2...v8.0.0) (2024-01-04) diff --git a/package.json b/package.json index f313d5a..a83389a 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "./package.json": "./package.json" }, - "version": "8.0.0", + "version": "8.0.1", "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" },