diff --git a/package-lock.json b/package-lock.json index 8ec5106..d47c5dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "find-and-replace-anything", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "find-and-replace-anything", - "version": "3.0.0", + "version": "3.0.1", "license": "MIT", "dependencies": { "is-what": "^4.1.1" diff --git a/package.json b/package.json index e0b6ac3..65539cd 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "find-and-replace-anything", "sideEffects": false, "type": "module", - "version": "3.0.0", + "version": "3.0.1", "description": "Replace one val with another or all occurrences in an object recursively. A simple & small integration.", "module": "./dist/index.es.js", "main": "./dist/index.cjs",