Skip to content

Commit

Permalink
Bumping version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Floofies committed Apr 21, 2023
1 parent 2c04498 commit 1dddb7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1dddb7c

Please sign in to comment.