Skip to content

Commit a3c2b32

Browse files
committed
v2.0.2
1 parent 44b3be4 commit a3c2b32

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.0.2
2+
3+
* Fixed incorrect values from `distribute()` when using `fromCents`
4+
15
# 2.0.1
26

37
* Fixed incorrect values being returned from methods when using `fromCents` ([#260](https://github.com/scurker/currency.js/issues/260) thanks [@chrisvariety](https://github.com/chrisvariety))

package-lock.json

+1-1
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.1",
4+
"version": "2.0.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)