Skip to content

Commit

Permalink
Merge pull request #22 from xsolla/usd-grapheme
Browse files Browse the repository at this point in the history
Updated grapheme for USD
  • Loading branch information
NasyrovYuri authored Jan 31, 2020
2 parents 33fbfa3 + 5079447 commit c0783cd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog


## 1.0.13 - 2020-01-29

- [fix] Updated grapheme for USD

## 1.0.12 - 2019-11-27

- [feature] Add Symbols for 53 currencies.
Expand Down
4 changes: 2 additions & 2 deletions currency-format.json
Original file line number Diff line number Diff line change
Expand Up @@ -1939,12 +1939,12 @@
"name": "US Dollar",
"fractionSize": 2,
"symbol": {
"grapheme": "$",
"grapheme": "US$",
"template": "$1",
"rtl": false
},
"uniqSymbol": {
"grapheme": "$",
"grapheme": "US$",
"template": "$1",
"rtl": false
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "currency-format",
"version": "1.0.12",
"version": "1.0.13",
"description": "JSON with information about currencies: codes (ISO 4217), the names, grapheme (symbols) and formatting.",
"author": "Aleksey Pikhtovnikov <a.pihtovnikov@xsolla.com>",
"repository": {
Expand Down

0 comments on commit c0783cd

Please sign in to comment.