Skip to content

Commit 12a8fe6

Browse files
Merge pull request #17 from xsolla/fractionsize-irr
change fraction size for IRR
2 parents 8be42ff + 82833e0 commit 12a8fe6

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
## 1.0.10 - 2018-04-25
4+
5+
- [fix] Updated fraction size for IRR.
6+
37
## 1.0.9 - 2018-03-20
48

59
- [fix] Updated grapheme for IRR.

currency-format.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@
803803
},
804804
"IRR": {
805805
"name": "Iranian Rial",
806-
"fractionSize": 2,
806+
"fractionSize": 0,
807807
"symbol": {
808808
"grapheme": "",
809809
"template": "1 $",

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.9",
3+
"version": "1.0.10",
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)