Skip to content

Commit

Permalink
Bumping version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Floofies committed Apr 21, 2023
1 parent e2c1053 commit d2ee08d
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.0",
"version": "1.0.1",
"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",
"scripts": {
Expand Down

0 comments on commit d2ee08d

Please sign in to comment.