Skip to content

Commit 6aa89f4

Browse files
chore: release 0.6.1
1 parent a17226e commit 6aa89f4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## <small>0.6.1 (2025-10-21)</small>
4+
5+
* fix: change event handlers to RCTDirectEventBlock(#24) (#25) ([a17226e](https://github.com/LottieFiles/dotlottie-react-native/commit/a17226e)), closes [#24](https://github.com/LottieFiles/dotlottie-react-native/issues/24) [#25](https://github.com/LottieFiles/dotlottie-react-native/issues/25) [#24](https://github.com/LottieFiles/dotlottie-react-native/issues/24)
6+
* fix(android): prevent IllegalStateException in cleanup on destroyed player (#23) ([3648963](https://github.com/LottieFiles/dotlottie-react-native/commit/3648963)), closes [#23](https://github.com/LottieFiles/dotlottie-react-native/issues/23)
7+
38
## 0.6.0 (2025-10-17)
49

510
* feat: add Kotlin 2.0 Compose Compiler plugin support (#22) ([5eb51c0](https://github.com/LottieFiles/dotlottie-react-native/commit/5eb51c0)), closes [#22](https://github.com/LottieFiles/dotlottie-react-native/issues/22) [#15](https://github.com/LottieFiles/dotlottie-react-native/issues/15) [#15](https://github.com/LottieFiles/dotlottie-react-native/issues/15)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lottiefiles/dotlottie-react-native",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "dotlottie react native",
55
"source": "./src/index.ts",
66
"main": "./lib/commonjs/index.js",

0 commit comments

Comments
 (0)