Skip to content

Commit

Permalink
Bump to 3.1.52
Browse files Browse the repository at this point in the history
- #403 Cuba phone number format
  • Loading branch information
Bossa573 committed Oct 24, 2024
1 parent 6824eeb commit e18657b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phone",
"version": "3.1.51",
"version": "3.1.52",
"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",
Expand Down
2 changes: 1 addition & 1 deletion src/data/country_phone_data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ export default [
alpha3: 'CUB',
country_code: '53',
country_name: 'Cuba',
mobile_begin_with: ['5'],
mobile_begin_with: ['5', '6'],
phone_number_lengths: [8]
},
// {alpha2: "CX", alpha3: "CXR", country_code: "61", country_name: "Christmas Island", mobile_begin_with: [], phone_number_lengths: []},
Expand Down

0 comments on commit e18657b

Please sign in to comment.