From e7b3bd578a751fb56fbe00e93b8164e23136d301 Mon Sep 17 00:00:00 2001 From: Moshe Kolodny Date: Sun, 31 May 2020 21:03:27 -0400 Subject: [PATCH] prepare for 3.1.1 release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a99fd3d..8ab50a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "immutability-helper", - "version": "3.1.0", + "version": "3.1.1", "description": "mutate a copy of data without changing the original source", "main": "index.js", "typings": "index.d.ts",