From 84d865b6b6be7c6d7d2e2c5587564c8155069c14 Mon Sep 17 00:00:00 2001 From: Bossa573 Date: Sat, 4 Jun 2022 23:59:12 +0800 Subject: [PATCH] Bump to 3.1.20 - https://github.com/AfterShip/phone/pull/298 Fix 'Svalbard And Jan Mayen' wrong `mobile_begin_with` type --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc6e271..ba1dc33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phone", - "version": "3.1.19", + "version": "3.1.20", "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",