From 1dddb7c689ba806c3fb9181d96c4ee5ed03c8a9c Mon Sep 17 00:00:00 2001 From: Floofies Date: Fri, 21 Apr 2023 15:08:03 -0400 Subject: [PATCH] Bumping version to 1.0.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ad98c87..e3270ad 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "js-testdiff", "type": "module", - "version": "1.0.3", + "version": "1.0.4", "description": "The \"testDiff\" deep diff/test function from Differentia.js, ported to TypeScript. Returns true if input 1 differs in any way from input 2. Performs deep object search by default, works OK with circular references.", "main": "dist/index.js", "types": "./dist/index.d.ts",