diff --git a/package-lock.json b/package-lock.json index eb8a79d..bd6d5c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dot-path-value", - "version": "0.0.6", + "version": "0.0.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dot-path-value", - "version": "0.0.6", + "version": "0.0.7", "license": "MIT", "devDependencies": { "@types/jest": "^29.2.6", diff --git a/package.json b/package.json index 248ee6b..7420c1a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dot-path-value", - "version": "0.0.6", + "version": "0.0.7", "description": "Safely get deep nested properties using dot notation", "author": "German Makarov ", "private": false,