diff --git a/CHANGELOG.md b/CHANGELOG.md index cbdeeec..0808f26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.0.6 - 2016-06-30 + +- [feature] Add uniqSymbol for BYR and BYN. + ## 1.0.5 - 2016-06-29 - [feature] Add symbol template for new Belarussian Ruble (BYN). Remove (set null) uniqSymbol for Belarussian Ruble (BYR). diff --git a/currency-format.json b/currency-format.json index 763ccea..fcc775c 100644 --- a/currency-format.json +++ b/currency-format.json @@ -283,7 +283,11 @@ "template": "1 $", "rtl": false }, - "uniqSymbol": null + "uniqSymbol": { + "grapheme": "р.", + "template": "1 $", + "rtl": false + } }, "BYR": { "name": "Belarussian Ruble", @@ -293,7 +297,11 @@ "template": "1 $", "rtl": false }, - "uniqSymbol": null + "uniqSymbol": { + "grapheme": "р.", + "template": "1 $", + "rtl": false + } }, "BZD": { "name": "Belize Dollar", diff --git a/package.json b/package.json index ea70f26..fce82ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "currency-format", - "version": "1.0.5", + "version": "1.0.6", "description": "JSON with information about currencies: codes (ISO 4217), the names, grapheme (symbols) and formatting.", "author": "Aleksey Pikhtovnikov ", "repository": {