diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6969ddf6..18cac803 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.3" + ".": "0.3.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 484052c3..feff00c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.4](https://github.com/rive-app/rive-nitro-react-native/compare/v0.3.3...v0.3.4) (2026-03-30) + + +### Features + +* add getPropertyCountAsync and getInstanceCountAsync and deprecate propertyCount and instanceCount ([#198](https://github.com/rive-app/rive-nitro-react-native/issues/198)) ([6244b2e](https://github.com/rive-app/rive-nitro-react-native/commit/6244b2ee306875a3608a3cfeacfc65ce405666a7)) + ## [0.3.3](https://github.com/rive-app/rive-nitro-react-native/compare/v0.3.2...v0.3.3) (2026-03-26) diff --git a/package.json b/package.json index 75103c6a..d31cb824 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rive-app/react-native", - "version": "0.3.3", + "version": "0.3.4", "description": "Rive React Native", "main": "./lib/module/index.js", "types": "./lib/typescript/src/index.d.ts",