Skip to content

Commit

Permalink
chore(release): 0.10.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.10.0](v0.9.0...v0.10.0) (2020-05-08)

### Features

* can parse abbreviated values k, m, b ([f588dcf](f588dcf))
* updated examples ([6a2db92](6a2db92))
  • Loading branch information
semantic-release-bot committed May 8, 2020
1 parent 6a2db92 commit 9b56081
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [0.10.0](https://github.com/cchanxzy/react-currency-input-field/compare/v0.9.0...v0.10.0) (2020-05-08)


### Features

* can parse abbreviated values k, m, b ([f588dcf](https://github.com/cchanxzy/react-currency-input-field/commit/f588dcfdb09e15eb4cf08bd8b777e162f65010f7))
* updated examples ([6a2db92](https://github.com/cchanxzy/react-currency-input-field/commit/6a2db9215098ec4a6a3fc8207998576d46e915ce))

# [0.9.0](https://github.com/cchanxzy/react-currency-input-field/compare/v0.8.4...v0.9.0) (2020-05-08)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-currency-input-field",
"version": "0.9.0",
"version": "0.10.0",
"description": "React <input /> component for formatting currency and numbers.",
"files": [
"dist/**/*"
Expand Down

0 comments on commit 9b56081

Please sign in to comment.