Skip to content

Commit 1c5d8fb

Browse files
committed
Bump version to 1.0.5
1 parent 210985d commit 1c5d8fb

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.4",
4+
"version": "1.0.5",
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)