diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ca9945..c052406 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.29](https://github.com/rive-app/rive-react/compare/v3.0.28...v3.0.29) +#### [v3.0.30](https://github.com/rive-app/rive-react/compare/v3.0.28...v3.0.30) -- Call cleanup on unmount [`7be20b0`](https://github.com/rive-app/rive-react/commit/7be20b0a874afab7f6a29122521f42c71a22aa51) +- Bump dependencies to fix call to runtime cleanup [`6b1500e`](https://github.com/rive-app/rive-react/commit/6b1500e681ba8984d786eec4d414c4c8ad4b0268) #### [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 9c182b2..29c8f52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "3.0.29", + "version": "3.0.30", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",