diff --git a/CHANGELOG.md b/CHANGELOG.md index 27075c3..88b88f8 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). -#### [v0.0.24](https://github.com/rive-app/rive-react/compare/v0.0.20...v0.0.24) +#### [v0.0.25](https://github.com/rive-app/rive-react/compare/v0.0.20...v0.0.25) -- Update package.json to version 2 [`a4777ec`](https://github.com/rive-app/rive-react/commit/a4777ec7e33ded6a3581c88f2e708f45f7ea1828) +- Update rive-js to 0.7.32 to fixed nested artboard speed [`1a59794`](https://github.com/rive-app/rive-react/commit/1a597943cb629be520052f2a86733998f44d6885) #### [v0.0.20](https://github.com/rive-app/rive-react/compare/v0.0.19...v0.0.20) diff --git a/package-lock.json b/package-lock.json index 6cfc6db..c7e6fd1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "0.0.24", + "version": "0.0.25", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 86c24cd..216b54a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "0.0.24", + "version": "0.0.25", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",