Skip to content

Commit

Permalink
chore(release): 4.0.0-alpha.2 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0-alpha.2](v4.0.0-alpha.1...v4.0.0-alpha.2) (2024-11-12)

### Bug Fixes

* correct entry for cjs and esm ([cc48412](cc48412))

### Features

* export `IntlConfig` props ([#374](#374)) ([308d961](308d961))
  • Loading branch information
semantic-release-bot committed Nov 12, 2024
1 parent 1bfa94d commit 4d51cf4
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 @@
# [4.0.0-alpha.2](https://github.com/cchanxzy/react-currency-input-field/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2024-11-12)


### Bug Fixes

* correct entry for cjs and esm ([cc48412](https://github.com/cchanxzy/react-currency-input-field/commit/cc48412adaf7468cf8864826f93931ba0f07e689))


### Features

* export `IntlConfig` props ([#374](https://github.com/cchanxzy/react-currency-input-field/issues/374)) ([308d961](https://github.com/cchanxzy/react-currency-input-field/commit/308d96118db667a5cd4d9a312bccf9061a49063c))

# [4.0.0-alpha.1](https://github.com/cchanxzy/react-currency-input-field/compare/v3.8.0...v4.0.0-alpha.1) (2024-11-09)


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": "4.0.0-alpha.1",
"version": "4.0.0-alpha.2",
"description": "React <input/> component for formatting currency and numbers.",
"sideEffects": false,
"files": [
Expand Down

0 comments on commit 4d51cf4

Please sign in to comment.