Skip to content

Commit

Permalink
Bump to 3.1.14
Browse files Browse the repository at this point in the history
- #281 US Area Code 726
  • Loading branch information
Bossa573 committed Mar 17, 2022
1 parent 945d0f1 commit 1359d74
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.13",
"version": "3.1.14",
"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 @@ -18,7 +18,7 @@ export default [
'603', '605', '606', '607', '608', '609', '610', '612', '614', '615', '616', '617', '618', '619', '620',
'623', '626', '627', '628', '629', '630', '631', '636', '641', '646', '650', '651', '657', '659', '660',
'661', '662', '667', '669', '678', '679', '681', '682', '689', '701', '702', '703', '704', '706', '707',
'708', '712', '713', '714', '715', '716', '717', '718', '719', '720', '724', '725', '727', '730', '731',
'708', '712', '713', '714', '715', '716', '717', '718', '719', '720', '724', '725', '726', '727', '730', '731',
'732', '734', '737', '740', '743', '747', '752', '754', '757', '760', '762', '763', '764', '765', '769', '770',
'772', '773', '774', '775', '779', '781', '785', '786', '801', '802', '803', '804', '805', '806', '808',
'810', '812', '813', '814', '815', '816', '817', '818', '820', '828', '830', '831', '832', '835', '838', '843', '845',
Expand Down

0 comments on commit 1359d74

Please sign in to comment.