diff --git a/CHANGELOG.md b/CHANGELOG.md index 3020e93..e9caaa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.9.0](https://github.com/cchanxzy/react-currency-input-field/compare/v3.8.1...v3.9.0) (2024-11-12) + + +### 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)) + ## [3.8.1](https://github.com/cchanxzy/react-currency-input-field/compare/v3.8.0...v3.8.1) (2024-11-10) # [3.8.0](https://github.com/cchanxzy/react-currency-input-field/compare/v3.7.1...v3.8.0) (2024-02-22) diff --git a/package.json b/package.json index 8982c3b..8ccf144 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-currency-input-field", - "version": "3.8.1", + "version": "3.9.0", "description": "React component for formatting currency and numbers.", "files": [ "dist/**/*",