Skip to content

Commit

Permalink
Bump to 3.1.22
Browse files Browse the repository at this point in the history
- #300 Canada area code `672`
  • Loading branch information
Bossa573 committed Jun 17, 2022
1 parent 5ddc872 commit c2ac79a
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.21",
"version": "3.1.22",
"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 @@ -328,7 +328,7 @@ export default [
country_code: '1',
country_name: 'Canada',
mobile_begin_with: ['204', '226', '236', '249', '250', '289', '306', '343', '365', '367', '403', '416', '418', '431',
'437', '438', '450', '506', '514', '519', '548', '579', '581', '587', '600', '604', '613', '639', '647', '705',
'437', '438', '450', '506', '514', '519', '548', '579', '581', '587', '600', '604', '613', '639', '647', '672', '705',
'709', '778', '780', '807', '819', '825', '867', '873', '902', '905'],
phone_number_lengths: [10]
},
Expand Down

0 comments on commit c2ac79a

Please sign in to comment.