From 68819e11857c12445d635e984d2e0e80fbad3f70 Mon Sep 17 00:00:00 2001 From: Travis Hoover Date: Thu, 16 May 2019 13:54:26 -0700 Subject: [PATCH] Version bump to 2.0.0 Major version bump as min node version was increased to 8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ad1e0fb..9912d35 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "broccoli-node-info", "description": "Inspect Broccoli nodes; thin wrapper around node.__broccoliGetInfo__()", - "version": "1.1.0", + "version": "2.0.0", "author": "Jo Liss ", "main": "index.js", "license": "MIT",