From b3ffce952f071f06237c2c67e2d4682254e468a3 Mon Sep 17 00:00:00 2001 From: vzaidman Date: Sun, 13 Jun 2021 12:45:59 +0300 Subject: [PATCH] v6.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0793692..68c122e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@welldone-software/why-did-you-render", - "version": "6.1.4", + "version": "6.2.0", "description": "Monkey patches React to notify you about avoidable re-renders.", "types": "types.d.ts", "main": "dist/whyDidYouRender.js",