Skip to content
This repository was archived by the owner on Aug 20, 2024. It is now read-only.

Commit 35b0430

Browse files
committed
v2.1.0
1 parent 908fdf8 commit 35b0430

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v2.1.0 - May 3, 2021
2+
3+
* [`908fdf8`](https://github.com/eslint/eslint-visitor-keys/commit/908fdf8c0d9a352c696c8c1f4901280d1a0795f7) Update: add PrivateIdentifier and PropertyDefinition (#20) (Toru Nagashima)
4+
* [`2d7be11`](https://github.com/eslint/eslint-visitor-keys/commit/2d7be11e4d13ac702c9fe3c529cadbd75b370146) Chore: No longer test in Node.js 13 (#17) (Michaël De Boey)
5+
* [`b41b509`](https://github.com/eslint/eslint-visitor-keys/commit/b41b509b153ecd8d47af46a421122f64e93d4c67) Docs: Update required Node.js version (#15) (Michaël De Boey)
6+
17
v2.0.0 - August 14, 2020
28

39
* [`fb86ca3`](https://github.com/eslint/eslint-visitor-keys/commit/fb86ca315daafc84e23ed9005db40b0892b972a6) Breaking: drop support for Node <10 (#13) (Kai Cataldo)
@@ -27,4 +33,3 @@ v0.1.0 - November 17, 2017
2733
* a5a026b New: eslint-visitor-keys (#1) (Toru Nagashima)
2834
* a1a48b8 Update: Change license to Apache 2 (#2) (Ilya Volodin)
2935
* 2204715 Initial commit (Toru Nagashima)
30-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-visitor-keys",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Constants and utilities about visitor keys to traverse AST.",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)