Skip to content

Commit da80200

Browse files
committed
v2.0.4
1 parent 0973ede commit da80200

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.4
2+
3+
* Release for security fixes in devDependencies
4+
15
# 2.0.3
26

37
* Fixed truncation of fractional cents when using `fromCents`

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