Skip to content

Commit f2dd221

Browse files
committed
v2.0.3
1 parent 2f44a46 commit f2dd221

File tree

3 files changed

+14
-54
lines changed

3 files changed

+14
-54
lines changed

changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.0.3
2+
3+
* Fixed truncation of fractional cents when using `fromCents`
4+
15
# 2.0.2
26

37
* Fixed incorrect values from `distribute()` when using `fromCents`

package-lock.json

+9-53
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "2.0.2",
4+
"version": "2.0.3",
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)