From 9390265683053484fe831208aa20653ed9333837 Mon Sep 17 00:00:00 2001 From: AsyncBanana Date: Sat, 6 Nov 2021 21:44:18 -0400 Subject: [PATCH] Incremented version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2bc46c7..f323133 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "microdiff", - "version": "1.0.2", + "version": "1.1.0", "description": "Small, fast, zero dependency deep object and array comparison", "main": "./dist/index.cjs", "types": "./dist/index.d.ts",