Skip to content

Commit 1dddb7c

Browse files
committed
Bumping version to 1.0.4
1 parent 2c04498 commit 1dddb7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "js-testdiff",
33
"type": "module",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"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.",
66
"main": "dist/index.js",
77
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)