diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8579006c..579ae9f6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.6" + ".": "0.4.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 474fe28d..663cb99b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.4.7](https://github.com/rive-app/rive-nitro-react-native/compare/v0.4.6...v0.4.7) (2026-05-14) + + +### Features + +* add async variants for ViewModelListProperty mutation methods ([#238](https://github.com/rive-app/rive-nitro-react-native/issues/238)) ([522ad07](https://github.com/rive-app/rive-nitro-react-native/commit/522ad07ac6f77907d61e3bf61cc569a0b78e1495)) + + +### Bug Fixes + +* **iOS:** resolve double optional type error in defaultArtboardViewModel ([#256](https://github.com/rive-app/rive-nitro-react-native/issues/256)) ([8e5d3ec](https://github.com/rive-app/rive-nitro-react-native/commit/8e5d3ecaa8109b952bfc0fc874e60cadaa5ece74)), closes [#255](https://github.com/rive-app/rive-nitro-react-native/issues/255) + ## [0.4.6](https://github.com/rive-app/rive-nitro-react-native/compare/v0.4.5...v0.4.6) (2026-04-23) diff --git a/package.json b/package.json index aed9cf3b..be366390 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rive-app/react-native", - "version": "0.4.6", + "version": "0.4.7", "description": "Rive React Native", "main": "./lib/module/index.js", "types": "./lib/typescript/src/index.d.ts",