From 2aafd69a5022ee196b33ae0b06f2ed5bc0a1dfa4 Mon Sep 17 00:00:00 2001 From: Chris Bolin Date: Mon, 25 Jun 2018 11:33:35 -0600 Subject: [PATCH] 2.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f3a6858..6babdb6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-fast-compare", - "version": "2.0.0", + "version": "2.0.1", "description": "Fastest deep equal comparison for React. Perfect for shouldComponentUpdate. Also really fast general-purpose deep comparison", "main": "index.js", "scripts": {