From 0d974678e9d91ef054fcf6311b753506aea35c6e Mon Sep 17 00:00:00 2001 From: Bossa573 Date: Fri, 5 Jul 2024 18:38:22 +0800 Subject: [PATCH] Bump to 3.1.48 - https://github.com/AfterShip/phone/pull/394 Aruba phone number format --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3717979..0656a6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phone", - "version": "3.1.47", + "version": "3.1.48", "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",