From ce2bd4ac9de7c956f74aca95f2478031bcd5a1e6 Mon Sep 17 00:00:00 2001 From: Bryan Clark Date: Mon, 22 Oct 2018 20:24:36 -0700 Subject: [PATCH] 2.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a2979e4..9122fe7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-localstorage-mock", - "version": "2.2.0", + "version": "2.3.0", "description": "Auto mock all localstorage and sessionstorage APIs for your Jest tests", "main": "dist/setup.js", "module": "src/setup.js",