From 86690c558c4688320eb8f4d4e7d4f86ead027a02 Mon Sep 17 00:00:00 2001 From: AsyncBanana Date: Tue, 19 Mar 2024 17:43:22 -0400 Subject: [PATCH] Update version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 257510e..297a035 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "microdiff", - "version": "1.3.2", + "version": "1.4.0", "description": "Small, fast, zero dependency deep object and array comparison", "main": "./dist/index.cjs", "module": "./dist/index.js",