Skip to content

Commit

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

### Features

* add intl locale config option ([e119352](e119352))

### BREAKING CHANGES

* Using Intl.NumberFormat to format value
  • Loading branch information
semantic-release-bot committed Dec 3, 2020
1 parent 965dd75 commit 5234f25
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.2](https://github.com/cchanxzy/react-currency-input-field/compare/v3.0.0-beta.1...v3.0.0-beta.2) (2020-12-03)


### Features

* add intl locale config option ([e119352](https://github.com/cchanxzy/react-currency-input-field/commit/e119352212b1aaa8bafdb02dfd312de7a7302cfc))


### BREAKING CHANGES

* Using Intl.NumberFormat to format value

# [3.0.0-beta.1](https://github.com/cchanxzy/react-currency-input-field/compare/v2.7.0...v3.0.0-beta.1) (2020-11-19)


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

0 comments on commit 5234f25

Please sign in to comment.