Skip to content

Commit e9bb9f5

Browse files
committed
chore: release 0.5.0
1 parent b0e1816 commit e9bb9f5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

22

3+
## 0.5.0 (2025-06-22)
4+
5+
* docs: update docs + example links ([b0e1816](https://github.com/yjose/input-otp-native/commit/b0e1816))
6+
* fix: fix docs config ([e10cac4](https://github.com/yjose/input-otp-native/commit/e10cac4))
7+
* feat: add docs website ([257b15b](https://github.com/yjose/input-otp-native/commit/257b15b))
8+
* feat: add oneTimeCode as default prop ([e8a000f](https://github.com/yjose/input-otp-native/commit/e8a000f))
9+
310
## <small>0.4.2 (2025-06-04)</small>
411

512
* fix: iOS paste not working (#7) + Migrate example to expo 53 ([a8387a6](https://github.com/yjose/input-otp-native/commit/a8387a6)), closes [#7](https://github.com/yjose/input-otp-native/issues/7)

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