Skip to content

Commit

Permalink
chore(release): 3.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.1](v3.0.0...v3.0.1) (2021-01-07)

### Bug Fixes

* default value with decimal scale renders correctly ([c225306](c225306))
  • Loading branch information
semantic-release-bot committed Jan 7, 2021
1 parent c225306 commit 6d49052
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.0.1](https://github.com/cchanxzy/react-currency-input-field/compare/v3.0.0...v3.0.1) (2021-01-07)


### Bug Fixes

* default value with decimal scale renders correctly ([c225306](https://github.com/cchanxzy/react-currency-input-field/commit/c2253069afcf2019db9b245bfd92b598ecc39cef))

# [3.0.0](https://github.com/cchanxzy/react-currency-input-field/compare/v2.7.1...v3.0.0) (2021-01-05)


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": "3.0.0",
"version": "3.0.1",
"description": "React <input/> component for formatting currency and numbers.",
"files": [
"dist/**/*"
Expand Down

0 comments on commit 6d49052

Please sign in to comment.