Skip to content

Commit 46e5925

Browse files
chore(release): 4.0.3-experimental.2 [skip ci]
## [4.0.3-experimental.2](v4.0.3-experimental.1...v4.0.3-experimental.2) (2025-09-26) ### Bug Fixes * use .mjs and .cjs for build extensions ([1182139](1182139))
1 parent 1182139 commit 46e5925

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-experimental.2](https://github.com/cchanxzy/react-currency-input-field/compare/v4.0.3-experimental.1...v4.0.3-experimental.2) (2025-09-26)
2+
3+
4+
### Bug Fixes
5+
6+
* use .mjs and .cjs for build extensions ([1182139](https://github.com/cchanxzy/react-currency-input-field/commit/118213946be284d069d1ab72c49b47ead3d547db))
7+
18
## [4.0.3-experimental.1](https://github.com/cchanxzy/react-currency-input-field/compare/v4.0.2...v4.0.3-experimental.1) (2025-09-25)
29

310

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.3-experimental.1",
3+
"version": "4.0.3-experimental.2",
44
"description": "React <input/> component for formatting currency and numbers.",
55
"sideEffects": false,
66
"files": [

0 commit comments

Comments
 (0)