From 7570a41b01f41127d25ef4beb20d20534c37ab90 Mon Sep 17 00:00:00 2001 From: Adrian Heine Date: Thu, 13 Aug 2020 13:23:25 +0200 Subject: [PATCH] 3.1.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 542607d..1137459 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.1.0 (2020-08-13) + +* Mark as supporting acorn@8 + ## 3.0.0 (2020-06-11) * Require acorn ^7.2 diff --git a/package.json b/package.json index 7849aba..f98f0b0 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "acorn-private-methods": "^0.3.3", "acorn-static-class-features": "^0.2.4" }, - "version": "3.0.0", + "version": "3.1.0", "devDependencies": { "acorn": "^8", "eslint": "^7",