From 4fdd25a87958218d2a959c95e0f9af579a793a24 Mon Sep 17 00:00:00 2001 From: Kylie Stewart Date: Fri, 8 May 2020 16:44:32 -0600 Subject: [PATCH] 3.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1a1a594..e0ab979 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-fast-compare", - "version": "3.0.2", + "version": "3.1.0", "description": "Fastest deep equal comparison for React. Great for React.memo & shouldComponentUpdate. Also really fast general-purpose deep comparison.", "main": "index.js", "scripts": {