diff --git a/package-lock.json b/package-lock.json index 8f1bde6..0e988b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "normalize-url-plus", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "normalize-url-plus", - "version": "1.2.0", + "version": "1.3.0", "license": "LGPL-3.0", "dependencies": { "cacheable-lookup": "^6.0.1", diff --git a/package.json b/package.json index 9f2c2ba..46fbf04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "normalize-url-plus", - "version": "1.2.0", + "version": "1.3.0", "description": "normalize-url plus additional features to supercharge link normalization!", "exports": "./index.js", "type": "module",