From fad683d14bf118c7ab5896fcf9613163c11095ba Mon Sep 17 00:00:00 2001 From: Mike Pennisi <mike@mikepennisi.com> Date: Sun, 3 Dec 2017 18:23:23 -0500 Subject: [PATCH] Increment major version Recent changes to the metadata for negative tests fundamentally alter the way those tests are intended to be interpreted. Increment the project's version number in order to signal this to project consumers. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4392fe5478..9eec0d8971 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "test262", - "version": "1.0.0", + "version": "2.0.0", "description": "Test262 tests conformance to the continually maintained draft future ECMAScript standard found at http://tc39.github.io/ecma262/ , together with any Stage 3 or later TC39 proposals.", "repository": { "type": "git", -- GitLab