From 96a33474e4e20ae8614145bee054b9d4bb869bc5 Mon Sep 17 00:00:00 2001 From: hamdi2050 Date: Fri, 19 Jan 2024 16:32:24 +0100 Subject: [PATCH] 5.1.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index dc60a64..08a7cc5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "arabic-utils", - "version": "5.0.3", + "version": "5.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "arabic-utils", - "version": "5.0.3", + "version": "5.1.0", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.2", diff --git a/package.json b/package.json index 0b9fa70..f2f380a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arabic-utils", - "version": "5.0.3", + "version": "5.1.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",