File tree Expand file tree Collapse file tree 3 files changed +16
-15
lines changed Expand file tree Collapse file tree 3 files changed +16
-15
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# @obosbbl/format
22
3+ ## 0.3.2
4+
5+ ### Patch Changes
6+
7+ - 2cfe3be: fix formatting of Swedish phone numbers that start with the area code 010
8+
9+ Previously it didn't recognize 010 as a 3 digit area code, so the format would be wrong.
10+
11+ ``` js
12+ // before
13+ formatPhoneNumber (" 010-1234567" ); // -> 0101-23 45 67
14+ // after
15+ formatPhoneNumber (" 010-1234567" ); // -> 010-123 45 67
16+ ```
17+
318## 0.3.1
419
520### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @obosbbl/format" ,
3- "version" : " 0.3.1 " ,
3+ "version" : " 0.3.2 " ,
44 "description" : " A collection of formatting methods for OBOS" ,
55 "repository" : {
66 "url" : " https://github.com/code-obos/public-frontend-modules"
You can’t perform that action at this time.
0 commit comments