Skip to content

Commit

Permalink
chore(release): 2.8.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [2.8.0-beta.1](v2.7.0...v2.8.0-beta.1) (2020-11-19)

### Features

* add props decimalSeparator and groupSeparator ([344e3b0](344e3b0))
* can use any string as a separator ([ae5755a](ae5755a))
* fixed decimal length prop ([7089248](7089248))
* handle negative values ([b581e17](b581e17))
  • Loading branch information
semantic-release-bot committed Nov 19, 2020
1 parent 3c4c519 commit 29bd8ce
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [2.8.0-beta.1](https://github.com/cchanxzy/react-currency-input-field/compare/v2.7.0...v2.8.0-beta.1) (2020-11-19)


### Features

* add props decimalSeparator and groupSeparator ([344e3b0](https://github.com/cchanxzy/react-currency-input-field/commit/344e3b03e0f3386fc0b9d713f174dcb16dea05ae))
* can use any string as a separator ([ae5755a](https://github.com/cchanxzy/react-currency-input-field/commit/ae5755a639909fe297e6da47f13568748f705a1e))
* fixed decimal length prop ([7089248](https://github.com/cchanxzy/react-currency-input-field/commit/70892489f5f62a914e5b26e2cb461e25076a1441))
* handle negative values ([b581e17](https://github.com/cchanxzy/react-currency-input-field/commit/b581e177510e2016051a4b611f86cea9ad7e34c9))

# [2.7.0](https://github.com/cchanxzy/react-currency-input-field/compare/v2.6.0...v2.7.0) (2020-11-18)


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

0 comments on commit 29bd8ce

Please sign in to comment.