From 0cfa940142fd9574411139518d2b28c55a694fb7 Mon Sep 17 00:00:00 2001 From: Bossa573 Date: Wed, 7 Sep 2022 14:53:15 +0800 Subject: [PATCH] Bump to 3.1.28 - https://github.com/AfterShip/phone/issues/315 Added Lebanon Phone Number prefix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a68d8f8..35f31bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phone", - "version": "3.1.27", + "version": "3.1.28", "description": "With a given country and phone number, validate and format the phone number to E.164 standard", "main": "./dist/index.js", "types": "./dist/index.d.ts",