Skip to content

Commit 4f1e9d9

Browse files
chore(release): 4.0.3 [skip ci]
## [4.0.3](v4.0.2...v4.0.3) (2025-09-29) ### Bug Fixes * **esm:** bundle ESM/CJS builds to avoid Node ESM resolution issues in SSR ([81d6b94](81d6b94))
1 parent 81d6b94 commit 4f1e9d9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.0.3](https://github.com/cchanxzy/react-currency-input-field/compare/v4.0.2...v4.0.3) (2025-09-29)
2+
3+
4+
### Bug Fixes
5+
6+
* **esm:** bundle ESM/CJS builds to avoid Node ESM resolution issues in SSR ([81d6b94](https://github.com/cchanxzy/react-currency-input-field/commit/81d6b943c90166ead82217db61bc66ce75844317))
7+
18
## [4.0.2](https://github.com/cchanxzy/react-currency-input-field/compare/v4.0.1...v4.0.2) (2025-09-24)
29

310
## [4.0.1](https://github.com/cchanxzy/react-currency-input-field/compare/v4.0.0...v4.0.1) (2025-09-17)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-currency-input-field",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"description": "React <input/> component for formatting currency and numbers.",
55
"sideEffects": false,
66
"files": [

0 commit comments

Comments
 (0)