Skip to content

Commit

Permalink
release v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wmelton committed Apr 4, 2022
1 parent 4a1ffc7 commit 6da789f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## <small>1.0.4 (2022-04-04)</small>




## <small>1.0.3 (2022-04-04)</small>

* cleaning up readme ([ec35eac](https://github.com/wmelton/stripe-money-format/commit/ec35eac))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ console.log(toStripeFormat(number)); // 8675309

## International Currency Support

Should support any currency shown by the node Intl package: [Intl.NumberFormat](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat)
Should support any currency available to the node Intl package: [Intl.NumberFormat](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat)

### ES6 Example

Expand Down
2 changes: 1 addition & 1 deletion 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
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"name": "stripe-money-format",
"description": "A simple utility to format numbers to stripe's smallest common currency unit format",
"version": "1.0.3",
"version": "1.0.4",
"main": "dist/stripe-money-format.cjs.js",
"module": "dist/stripe-money-format.es.mjs",
"jsnext:main": "dist/stripe-money-format.es.mjs",
Expand Down

0 comments on commit 6da789f

Please sign in to comment.