diff --git a/package-lock.json b/package-lock.json index 8c0090e..32a64f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "find-and-replace-anything", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "find-and-replace-anything", - "version": "4.0.0", + "version": "4.0.1", "license": "MIT", "dependencies": { "is-what": "^4.1.8" diff --git a/package.json b/package.json index 22e71d2..f837fdf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "find-and-replace-anything", - "version": "4.0.0", + "version": "4.0.1", "description": "Replace one val with another or all occurrences in an object recursively. A simple & small integration.", "type": "module", "sideEffects": false,