diff --git a/package-lock.json b/package-lock.json index 2100747..cf64c3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "find-and-replace-anything", - "version": "2.2.2", + "version": "2.2.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "find-and-replace-anything", - "version": "2.2.2", + "version": "2.2.3", "license": "MIT", "dependencies": { "is-what": "^4.1.1" diff --git a/package.json b/package.json index 8799d8c..b99fdc2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "find-and-replace-anything", "sideEffects": false, "type": "module", - "version": "2.2.2", + "version": "2.2.3", "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",