Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 4.0.1 #65

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 13 additions & 0 deletions 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)


Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down