diff --git a/CHANGELOG.md b/CHANGELOG.md index c59ccc6..8e6748f 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.20](https://github.com/rive-app/rive-react/compare/v3.0.19...v3.0.20) +#### [v3.0.21](https://github.com/rive-app/rive-react/compare/v3.0.19...v3.0.21) -- update tests [`24d8e0a`](https://github.com/rive-app/rive-react/commit/24d8e0a90795f650806064d53ae1b362e3fd332f) +- rev rive-wasm dependencies & update render delay to be 0ms [`eb07281`](https://github.com/rive-app/rive-react/commit/eb072814155bb803f6faa831caa0e0292b8f6f28) #### [v3.0.19](https://github.com/rive-app/rive-react/compare/v3.0.18...v3.0.19) diff --git a/package.json b/package.json index 21e55f8..efe676a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "3.0.20", + "version": "3.0.21", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",