Skip to content

Commit 628d17a

Browse files
committed
chore: release 0.2.1
1 parent 9a0f961 commit 628d17a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

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.1 (2025-02-11)</small>
4+
5+
* chore: add types to package.json ([9a0f961](https://github.com/anday013/react-native-phone-entry/commit/9a0f961))
6+
* docs: add badges ([470c660](https://github.com/anday013/react-native-phone-entry/commit/470c660))
7+
* docs: typo in github link ([703f151](https://github.com/anday013/react-native-phone-entry/commit/703f151))
8+
* fix: depenndencies ([9aa44ee](https://github.com/anday013/react-native-phone-entry/commit/9aa44ee))
9+
* test: edit coverage reports ([f6e6655](https://github.com/anday013/react-native-phone-entry/commit/f6e6655))
10+
311
## 0.2.0 (2025-02-10)
412

513
* fix: tiny issues ([6f8b957](https://github.com/anday013/react-native-phone-entry/commit/6f8b957))

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.0",
3+
"version": "0.2.1",
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)