Skip to content

Commit c5952f0

Browse files
committed
v2.0.1
1 parent 508fba4 commit c5952f0

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.1
2+
3+
* 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))
4+
15
# 2.0.0
26

37
* Parse currency as cents ([#166](https://github.com/scurker/currency.js/issues/166) thanks [@ryanwood](https://github.com/ryanwood))

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