Skip to content

Commit 7056d2b

Browse files
committed
chore: release 0.4.0
1 parent 77e0a7f commit 7056d2b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11

22

3+
## 0.4.0 (2025-01-13)
4+
5+
* chore: improve docs examples ([77e0a7f](https://github.com/yjose/input-otp-native/commit/77e0a7f))
6+
* feat: add docs ([ad9a5d0](https://github.com/yjose/input-otp-native/commit/ad9a5d0))
7+
* feat: add example ([0ddfae5](https://github.com/yjose/input-otp-native/commit/0ddfae5))
8+
* feat: add more nativewind examples ([2682334](https://github.com/yjose/input-otp-native/commit/2682334))
9+
* feat: add onComplete demo ([7ab4c56](https://github.com/yjose/input-otp-native/commit/7ab4c56))
10+
* feat: add ref calls function for the otp input ([534b556](https://github.com/yjose/input-otp-native/commit/534b556))
11+
* feat(example): add example actions ([d7f32f3](https://github.com/yjose/input-otp-native/commit/d7f32f3))
12+
* fix: fix utils import ([9fcd76b](https://github.com/yjose/input-otp-native/commit/9fcd76b))
13+
314
## 0.3.0 (2024-12-23)
415

516
* feat: add missed test to input ([8af17e8](https://github.com/yjose/input-otp-native/commit/8af17e8))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "input-otp-native",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "One time passcode Input For React Native/Expo. Unstyled and fully customizable.",
55
"source": "./src/index.tsx",
66
"main": "./lib/commonjs/index.js",

0 commit comments

Comments
 (0)