Skip to content

Commit 35836d9

Browse files
committed
7.6.0
1 parent 4158a95 commit 35836d9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## 7.6.0
6+
7+
- Fix a "clearInterval called with an invalid handle" error, see: [#245](https://github.com/retyui/react-native-confirmation-code-field/issues/245), thanks @fcaldarelli
8+
59
## 7.5.0
610

711
- Fix typescript error `Type Error: 'Cursor' cannot be used as a JSX component`

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-confirmation-code-field",
3-
"version": "7.5.0",
3+
"version": "7.6.0",
44
"main": "esm/index.js",
55
"types": "esm/index.d.ts",
66
"files": [

0 commit comments

Comments
 (0)