Skip to content

Commit

Permalink
chore(release): 0.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.5.0](v0.4.1...v0.5.0) (2019-11-30)

### Features

* allow name to be added to prop and onChange callback ([#17](#17)) ([25ae63c](25ae63c))
  • Loading branch information
semantic-release-bot committed Nov 30, 2019
1 parent 25ae63c commit bdf76a3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [0.5.0](https://github.com/cchanxzy/react-currency-input-field/compare/v0.4.1...v0.5.0) (2019-11-30)


### Features

* allow name to be added to prop and onChange callback ([#17](https://github.com/cchanxzy/react-currency-input-field/issues/17)) ([25ae63c](https://github.com/cchanxzy/react-currency-input-field/commit/25ae63c21ec50d89ece9f9f2318584e2aa5cde70))

# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

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
@@ -1,6 +1,6 @@
{
"name": "react-currency-input-field",
"version": "0.4.1",
"version": "0.5.0",
"description": "React input field component for currency and numbers",
"files": [
"dist/**/*"
Expand Down

0 comments on commit bdf76a3

Please sign in to comment.