diff --git a/package-lock.json b/package-lock.json index e91de51..7ead37a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "arabic-utils", - "version": "5.2.0", + "version": "6.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "arabic-utils", - "version": "5.2.0", + "version": "6.0.0", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.2", diff --git a/package.json b/package.json index 0f57711..6e84e39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arabic-utils", - "version": "5.2.0", + "version": "6.0.0", "description": "Utilities for handling Arabic strings such as removing diacritics, tatweel, performing token based search and more.", "main": "dist/index.js", "types": "dist/index.d.ts",