From bae548b3b6d7dfadcd87ba64f1b733d247c17a27 Mon Sep 17 00:00:00 2001 From: Michael Ridgway Date: Fri, 23 Jun 2017 15:05:44 -0700 Subject: [PATCH] 2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fda8517..1b15d2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hoist-non-react-statics", - "version": "1.2.0", + "version": "2.0.0", "description": "Copies non-react specific statics from a child component to a parent component", "main": "index.js", "repository": {