From 35b04309ff11604c72314d07c345c26562e2301b Mon Sep 17 00:00:00 2001 From: "Nicholas C. Zakas" Date: Mon, 3 May 2021 18:20:22 -0700 Subject: [PATCH] v2.1.0 --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a980b62..0ade66d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +v2.1.0 - May 3, 2021 + +* [`908fdf8`](https://github.com/eslint/eslint-visitor-keys/commit/908fdf8c0d9a352c696c8c1f4901280d1a0795f7) Update: add PrivateIdentifier and PropertyDefinition (#20) (Toru Nagashima) +* [`2d7be11`](https://github.com/eslint/eslint-visitor-keys/commit/2d7be11e4d13ac702c9fe3c529cadbd75b370146) Chore: No longer test in Node.js 13 (#17) (Michaël De Boey) +* [`b41b509`](https://github.com/eslint/eslint-visitor-keys/commit/b41b509b153ecd8d47af46a421122f64e93d4c67) Docs: Update required Node.js version (#15) (Michaël De Boey) + v2.0.0 - August 14, 2020 * [`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 * a5a026b New: eslint-visitor-keys (#1) (Toru Nagashima) * a1a48b8 Update: Change license to Apache 2 (#2) (Ilya Volodin) * 2204715 Initial commit (Toru Nagashima) - diff --git a/package.json b/package.json index a3b8dd6..775706b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-visitor-keys", - "version": "2.0.0", + "version": "2.1.0", "description": "Constants and utilities about visitor keys to traverse AST.", "main": "lib/index.js", "files": [