Skip to content

Commit

Permalink
v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scurker committed Aug 6, 2020
1 parent 2f44a46 commit f2dd221
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 54 deletions.
4 changes: 4 additions & 0 deletions changelog.md
@@ -1,3 +1,7 @@
# 2.0.3

* Fixed truncation of fractional cents when using `fromCents`

# 2.0.2

* Fixed incorrect values from `distribute()` when using `fromCents`
Expand Down
62 changes: 9 additions & 53 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "currency.js",
"homepage": "http://scurker.github.io/currency.js",
"version": "2.0.2",
"version": "2.0.3",
"description": "A small, lightweight javascript library for working with currency values.",
"main": "dist/currency.js",
"module": "dist/currency.es.js",
Expand Down

0 comments on commit f2dd221

Please sign in to comment.