diff --git a/package-lock.json b/package-lock.json index 1c7e59e..d613c31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "posthtml-base-url", - "version": "2.0.2", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "posthtml-base-url", - "version": "2.0.2", + "version": "3.0.0", "license": "MIT", "dependencies": { "is-url-superb": "^6.1.0", diff --git a/package.json b/package.json index 9b72bd3..2bab950 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "posthtml-base-url", "description": "PostHTML plugin for prepending a base string to attribute values.", - "version": "2.0.2", + "version": "3.0.0", "license": "MIT", "author": "PostHTML (https://github.com/posthtml)", "bugs": "https://github.com/posthtml/posthtml-base-url/issues",