Skip to content

Commit

Permalink
chore(release): 3.0.0-beta.4 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0-beta.4](v3.0.0-beta.3...v3.0.0-beta.4) (2020-12-09)

### Features

* renamed onChange prop to onValueChange ([83d3806](83d3806))

### BREAKING CHANGES

* Renamed "onChange" to "onValueChange"
  • Loading branch information
semantic-release-bot committed Dec 9, 2020
1 parent 83d3806 commit 2ebb0d7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [3.0.0-beta.4](https://github.com/cchanxzy/react-currency-input-field/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2020-12-09)


### Features

* renamed onChange prop to onValueChange ([83d3806](https://github.com/cchanxzy/react-currency-input-field/commit/83d380660597797bfc38e609599c103f8176fd28))


### BREAKING CHANGES

* Renamed "onChange" to "onValueChange"

# [3.0.0-beta.3](https://github.com/cchanxzy/react-currency-input-field/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2020-12-06)


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

0 comments on commit 2ebb0d7

Please sign in to comment.