Skip to content

Commit c0783cd

Browse files
authored
Merge pull request #22 from xsolla/usd-grapheme
Updated grapheme for USD
2 parents 33fbfa3 + 5079447 commit c0783cd

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

33

4+
## 1.0.13 - 2020-01-29
5+
6+
- [fix] Updated grapheme for USD
7+
48
## 1.0.12 - 2019-11-27
59

610
- [feature] Add Symbols for 53 currencies.

currency-format.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1939,12 +1939,12 @@
19391939
"name": "US Dollar",
19401940
"fractionSize": 2,
19411941
"symbol": {
1942-
"grapheme": "$",
1942+
"grapheme": "US$",
19431943
"template": "$1",
19441944
"rtl": false
19451945
},
19461946
"uniqSymbol": {
1947-
"grapheme": "$",
1947+
"grapheme": "US$",
19481948
"template": "$1",
19491949
"rtl": false
19501950
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "currency-format",
3-
"version": "1.0.12",
3+
"version": "1.0.13",
44
"description": "JSON with information about currencies: codes (ISO 4217), the names, grapheme (symbols) and formatting.",
55
"author": "Aleksey Pikhtovnikov <a.pihtovnikov@xsolla.com>",
66
"repository": {

0 commit comments

Comments
 (0)