Skip to content

Commit

Permalink
chore(release): 3.6.13 [skip ci]
Browse files Browse the repository at this point in the history
## [3.6.13](v3.6.12...v3.6.13) (2023-12-28)

### Bug Fixes

* Update input to empty string when `userValue` is `undefined` ([#323](#323)) ([30c5fcc](30c5fcc))
  • Loading branch information
semantic-release-bot committed Dec 28, 2023
1 parent 30c5fcc commit f77c224
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.6.13](https://github.com/cchanxzy/react-currency-input-field/compare/v3.6.12...v3.6.13) (2023-12-28)


### Bug Fixes

* Update input to empty string when `userValue` is `undefined` ([#323](https://github.com/cchanxzy/react-currency-input-field/issues/323)) ([30c5fcc](https://github.com/cchanxzy/react-currency-input-field/commit/30c5fccb18e9d341f08e3bb1c05b7e1f808e229a))

## [3.6.12](https://github.com/cchanxzy/react-currency-input-field/compare/v3.6.11...v3.6.12) (2023-11-07)


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

0 comments on commit f77c224

Please sign in to comment.