From b05f87480f89774ac0d7c29fdb6282bf3bb6614e Mon Sep 17 00:00:00 2001 From: Michael Ridgway Date: Sun, 9 Jul 2017 21:21:02 -0700 Subject: [PATCH] 2.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1b15d2c..e2a790e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hoist-non-react-statics", - "version": "2.0.0", + "version": "2.1.0", "description": "Copies non-react specific statics from a child component to a parent component", "main": "index.js", "repository": {