From c6935f4c8fe605e50a00848d8d6c4a9fc090d78d Mon Sep 17 00:00:00 2001 From: Rive Engineering <60802183+rive-engineering@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:44:28 -0700 Subject: [PATCH] chore(main): release 0.3.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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",