From e04370c3a157ede16206952d9809af9ae53135a7 Mon Sep 17 00:00:00 2001 From: Matt Phillips Date: Tue, 25 Jan 2022 15:50:46 +0000 Subject: [PATCH] 1.1.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0223f00..8f7e972 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deep-object-diff", - "version": "1.1.2", + "version": "1.1.3", "description": "Deep diffs two objects, including nested structures of arrays and objects, and return the difference.", "main": "dist/index.js", "module": "dist-es/index.js",