diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c018de..740bde0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,9 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### [v3.0.34](https://github.com/rive-app/rive-react/compare/v3.0.28...v3.0.34) +#### [v3.0.35](https://github.com/rive-app/rive-react/compare/v3.0.28...v3.0.35) -- Bumping rive-app/canvas & webgl versions. [`6c28a87`](https://github.com/rive-app/rive-react/commit/6c28a8795eeabc10aa8bdcee99ee9754d924d0ae) +- fix: update rive-wasm to try patching slow burn memory leak [`8b483b8`](https://github.com/rive-app/rive-react/commit/8b483b807b8207fe12c864e19f64592c0bedac46) #### [v3.0.28](https://github.com/rive-app/rive-react/compare/v3.0.27...v3.0.28) diff --git a/package.json b/package.json index 46b6a89..c6bba74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "3.0.34", + "version": "3.0.35", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",