diff --git a/CHANGELOG.md b/CHANGELOG.md index a150f8a..1603172 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [4.0.1](https://github.com/eslint/eslint-visitor-keys/compare/v4.0.0...v4.0.1) (2024-04-25) + + +### Documentation + +* fix changelog for v4.0.0 ([#64](https://github.com/eslint/eslint-visitor-keys/issues/64)) ([3f7c528](https://github.com/eslint/eslint-visitor-keys/commit/3f7c528b302a92fe43d12d2d8c100e3b39a7517a)) + + +### Chores + +* run tests in Node.js 22 ([#67](https://github.com/eslint/eslint-visitor-keys/issues/67)) ([f986fec](https://github.com/eslint/eslint-visitor-keys/commit/f986fecf2036c7282508f7928cf6bd08247c199c)) +* switch to eslint flat config ([#60](https://github.com/eslint/eslint-visitor-keys/issues/60)) ([f988b6e](https://github.com/eslint/eslint-visitor-keys/commit/f988b6e131c86386e3527b3a736550cb13b23f3e)) + ## [4.0.0](https://github.com/eslint/eslint-visitor-keys/compare/v3.4.3...v4.0.0) (2024-02-08) diff --git a/package.json b/package.json index 1e27f09..4fe122c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-visitor-keys", - "version": "4.0.0", + "version": "4.0.1", "description": "Constants and utilities about visitor keys to traverse AST.", "type": "module", "main": "dist/eslint-visitor-keys.cjs",