diff --git a/CHANGELOG.md b/CHANGELOG.md index 68e5871..3344fc5 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.0](https://github.com/rive-app/rive-react/compare/v1.0.5...v3.0.0) +#### [v3.0.1](https://github.com/rive-app/rive-react/compare/v1.0.5...v3.0.1) -- Fix animation playing with autoplay false when animation name passed [`aab811b`](https://github.com/rive-app/rive-react/commit/aab811b975d8832c2be14779675392a17b1db5ff) +- Maint: Bump rive wasm to include fps counter API and take off major tag [`83c81b4`](https://github.com/rive-app/rive-react/commit/83c81b49c5a53c5ec9092b83607a78b6e4a69768) #### [v1.0.5](https://github.com/rive-app/rive-react/compare/v1.0.4...v1.0.5) diff --git a/package.json b/package.json index 7dbaea5..6189ff9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "3.0.0", + "version": "3.0.1", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",