diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fa7627..1d48663 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,24 @@ 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.23](https://github.com/rive-app/rive-react/compare/v3.0.21...v3.0.23) +#### [v3.0.24](https://github.com/rive-app/rive-react/compare/v3.0.23...v3.0.24) +- add tests [`a62e9b3`](https://github.com/rive-app/rive-react/commit/a62e9b3a9aeb51b71c441ea1560eea6431704ee7) + +#### [v3.0.23](https://github.com/rive-app/rive-react/compare/v3.0.22...v3.0.23) + +> 31 August 2022 + +- chore: release 3.0.23 [`48fd9f9`](https://github.com/rive-app/rive-react/commit/48fd9f9d8048ef098ed7550e6da0d3a4eb69148e) - Bump runtime version to fix broken version [`3c578b7`](https://github.com/rive-app/rive-react/commit/3c578b730f82059469393522722316f2ad3a61d3) +#### [v3.0.22](https://github.com/rive-app/rive-react/compare/v3.0.21...v3.0.22) + +> 30 August 2022 + +- chore: release 3.0.22 [`7a46886`](https://github.com/rive-app/rive-react/commit/7a468861336861361f4fceae45616f001bf4b448) +- Update @rive-app/canvas and @rive-app/webgl dependencies to support non node builds [`092049d`](https://github.com/rive-app/rive-react/commit/092049d20f6f955a0528831d2b5e15087328bc75) + #### [v3.0.21](https://github.com/rive-app/rive-react/compare/v3.0.20...v3.0.21) > 22 July 2022 diff --git a/package.json b/package.json index d5bd865..2ea0d69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "3.0.23", + "version": "3.0.24", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",