Skip to content

Commit c44ac9d

Browse files
committed
v1.1.2
1 parent 1ca7175 commit c44ac9d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": [
44
"dist/currency.js"
55
],
6-
"version": "1.1.1",
6+
"version": "1.1.2",
77
"homepage": "http://scurker.github.io/currency.js",
88
"authors": [
99
"Jason Wilson"

changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
**1.1.2**
2+
3+
* Fixed rounding not always being consistent with half cent values and high precision. ([#102](https://github.com/scurker/currency.js/pull/102)) thanks [@philippetrepanier](https://github.com/philippetrepanier)
4+
* Fixed comma separator appearing in decimals when formatting. ([#104](https://github.com/scurker/currency.js/pull/104)) thanks [@lanceli](https://github.com/lanceli)
5+
16
**1.1.1**
27

38
* Fixed negative distribution values. ([#99](https://github.com/scurker/currency.js/pull/99)) thanks [@andrewkatz](https://github.com/andrewkatz)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "currency.js",
33
"homepage": "http://scurker.github.io/currency.js",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"description": "A small, lightweight javascript library for working with currency values.",
66
"main": "dist/currency.js",
77
"module": "dist/currency.es.js",

0 commit comments

Comments
 (0)