Skip to content

Commit ebc0ae4

Browse files
committed
chore: release 0.2.4
1 parent 7954601 commit ebc0ae4

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## <small>0.2.4 (2025-09-28)</small>
4+
5+
* fix: correct Saudi Arabia phone number mask format ([72c5659](https://github.com/anday013/react-native-phone-entry/commit/72c5659))
6+
* fix: update country mask ([9f8953c](https://github.com/anday013/react-native-phone-entry/commit/9f8953c))
7+
* chore: export picker modal types from index file ([821bcaf](https://github.com/anday013/react-native-phone-entry/commit/821bcaf))
8+
* refactor: additional export types ([129278c](https://github.com/anday013/react-native-phone-entry/commit/129278c))
9+
* Update constants.ts ([688eca4](https://github.com/anday013/react-native-phone-entry/commit/688eca4))
10+
311
## <small>0.2.3 (2025-06-25)</small>
412

513
* chore: format package.json ([46abe51](https://github.com/anday013/react-native-phone-entry/commit/46abe51))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-phone-entry",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "Simple and fully modifiable Phone Number Input Component for React Native",
55
"source": "./src/index.ts",
66
"main": "./lib/commonjs/index.js",

0 commit comments

Comments
 (0)