From b2922813c35898c974d30fe6be49c808093332aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sampo=20Kivist=C3=B6?= Date: Mon, 27 Mar 2017 21:03:19 +0300 Subject: [PATCH] Bump version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6c3f5e0..112c69a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-inferno", - "version": "2.1.0", + "version": "3.0.0", "description": "Turn JSX into Inferno virtual DOM", "repository": "https://github.com/trueadm/babel-plugin-inferno", "license": "MIT", @@ -33,7 +33,7 @@ ], "dependencies": { "babel-plugin-syntax-jsx": "^6.18.0", - "inferno-vnode-flags": "1.4.1" + "inferno-vnode-flags": "1.5.1" }, "engines": { "node": ">= 4.6.0"