Skip to content

Commit

Permalink
chore: release 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 25, 2024
1 parent f986fec commit b3ae1ec
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
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

0 comments on commit b3ae1ec

Please sign in to comment.