From 4e8b85cf013fefba17d29f9731f7172cd56eba36 Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Sat, 7 Mar 2020 20:42:51 -0800 Subject: [PATCH] Release 6.0.0 This should have been release 5.0.0, but version 5.0.0 was published on npm prematurely by a human mistake. This release requires a major bump, as the underlying Acorn package has been bumped to ^7.0.0 with a different default ECMAScript version. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d3d512f..70d38ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "acorn-globals", - "version": "4.3.4", + "version": "6.0.0", "description": "Detect global variables in JavaScript using acorn", "keywords": [ "ast",