Skip to content

Commit

Permalink
Bump to 3.1.18
Browse files Browse the repository at this point in the history
- #294 added Russia mobile phone number prefix
  • Loading branch information
Bossa573 committed May 17, 2022
1 parent da5e654 commit 95153d6
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.17",
"version": "3.1.18",
"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 @@ -1444,7 +1444,7 @@ export default [
alpha3: 'RUS',
country_code: '7',
country_name: 'Russian Federation',
mobile_begin_with: ['9', '495'],
mobile_begin_with: ['9', '495', '498', '499'],
phone_number_lengths: [10]
},
{
Expand Down

0 comments on commit 95153d6

Please sign in to comment.