diff --git a/package-lock.json b/package-lock.json index 0f1a91c..e6bb7f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cityssm/unleet", - "version": "2.4.0", + "version": "2.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@cityssm/unleet", - "version": "2.4.0", + "version": "2.3.0", "license": "MIT", "dependencies": { "normalize-diacritics": "^2.14.0" diff --git a/package.json b/package.json index bd759b6..d76a224 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cityssm/unleet", - "version": "2.4.0", + "version": "2.3.0", "description": "Removes symbols and character combinations from a text string, and replaces them with the letters they commonly represent.", "type": "module", "exports": "./index.js",