diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c16155..113ec06 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.36](https://github.com/rive-app/rive-react/compare/v3.0.35...v3.0.36) +#### [v3.0.37](https://github.com/rive-app/rive-react/compare/v3.0.35...v3.0.37) -- maint: bump wasm to support speed on states feature [`48a4726`](https://github.com/rive-app/rive-react/commit/48a4726d1f7a01088959d47580082e5ddfed1492) +- maint: bump wasm dependency for more speed on state updates [`0696417`](https://github.com/rive-app/rive-react/commit/06964179262d4b79114f3609d79cc6560c30ef94) #### [v3.0.35](https://github.com/rive-app/rive-react/compare/v3.0.34...v3.0.35) diff --git a/package.json b/package.json index 1a8fd3f..ae3aab3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "3.0.36", + "version": "3.0.37", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",