From 7d1df1f9784ecaa0d49c0857f4b0b3f384cea41b Mon Sep 17 00:00:00 2001 From: Bossa573 Date: Fri, 22 Apr 2022 17:30:21 +0800 Subject: [PATCH] Bump to 3.1.16 - https://github.com/AfterShip/phone/pull/289 Add US Area Code 840 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5a1d68f..96ac8de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phone", - "version": "3.1.15", + "version": "3.1.16", "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",