diff --git a/package-lock.json b/package-lock.json index 57ea9d3..3dc2683 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "posthtml-extra-attributes", - "version": "2.0.0", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "posthtml-extra-attributes", - "version": "2.0.0", + "version": "3.0.0", "license": "MIT", "dependencies": { "lodash.omit": "^4.5.0", diff --git a/package.json b/package.json index 8c05f90..8961583 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "posthtml-extra-attributes", "description": "Add new attributes to elements in your HTML.", - "version": "2.0.0", + "version": "3.0.0", "license": "MIT", "author": "Cosmin Popovici (https://github.com/cossssmin)", "bugs": "https://github.com/posthtml/posthtml-extra-attributes/issues",