diff --git a/CHANGELOG.md b/CHANGELOG.md index df77087..c59ccc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,17 @@ 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) + +- update tests [`24d8e0a`](https://github.com/rive-app/rive-react/commit/24d8e0a90795f650806064d53ae1b362e3fd332f) + #### [v3.0.19](https://github.com/rive-app/rive-react/compare/v3.0.18...v3.0.19) +> 19 July 2022 + +- chore: release 3.0.19 [`efe28aa`](https://github.com/rive-app/rive-react/commit/efe28aa5f35f5ddde3e89085c34016ce87bb5cbb) - fix tests that were automatically calling the rive load callback to be more controlled [`16d836c`](https://github.com/rive-app/rive-react/commit/16d836c95928e4294b565ecb444d517653c4988b) +- Fix: Add check before setting Rive as state variable on Rive instance load [`838ed1a`](https://github.com/rive-app/rive-react/commit/838ed1abf8aeec86ca63bfef07953424ba9cce90) #### [v3.0.18](https://github.com/rive-app/rive-react/compare/v3.0.17...v3.0.18) diff --git a/package.json b/package.json index 6dcab55..d1d863c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "3.0.19", + "version": "3.0.20", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",