Skip to content

Commit b8abe69

Browse files
committed
Bump to 3.1.66
- #437 Oman phone number format
1 parent 0c7d5be commit b8abe69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "phone",
3-
"version": "3.1.65",
3+
"version": "3.1.66",
44
"description": "With a given country and phone number, validate and format the phone number to E.164 standard",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

src/data/country_phone_data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1356,7 +1356,7 @@ export default [
13561356
alpha3: 'OMN',
13571357
country_code: '968',
13581358
country_name: 'Oman',
1359-
mobile_begin_with: ['9'],
1359+
mobile_begin_with: ['7', '9'],
13601360
phone_number_lengths: [8]
13611361
},
13621362
{

0 commit comments

Comments
 (0)