Skip to content

Commit 986009f

Browse files
chore(release): 3.8.0 [skip ci]
# [3.8.0](v3.7.1...v3.8.0) (2024-02-22) ### Features * introduce formatValueOnBlur flag ([#339](#339)) ([5e30154](5e30154))
1 parent 5e30154 commit 986009f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [3.8.0](https://github.com/cchanxzy/react-currency-input-field/compare/v3.7.1...v3.8.0) (2024-02-22)
2+
3+
4+
### Features
5+
6+
* introduce formatValueOnBlur flag ([#339](https://github.com/cchanxzy/react-currency-input-field/issues/339)) ([5e30154](https://github.com/cchanxzy/react-currency-input-field/commit/5e301544ac9a171bc65f09537f82a313ece0e77c))
7+
18
## [3.7.1](https://github.com/cchanxzy/react-currency-input-field/compare/v3.7.0...v3.7.1) (2024-02-19)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-currency-input-field",
3-
"version": "3.7.1",
3+
"version": "3.8.0",
44
"description": "React <input/> component for formatting currency and numbers.",
55
"files": [
66
"dist/**/*",

0 commit comments

Comments
 (0)