diff --git a/package-lock.json b/package-lock.json index 842fc5df..551a2ebc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "entities", - "version": "2.2.0", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "2.2.0", + "version": "3.0.0", "license": "BSD-2-Clause", "devDependencies": { "@types/jest": "^26.0.24", diff --git a/package.json b/package.json index a32a234f..7c6e8bf4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "entities", - "version": "2.2.0", + "version": "3.0.0", "description": "Encode & decode XML and HTML entities with ease", "author": "Felix Boehm ", "funding": "https://github.com/fb55/entities?sponsor=1",