From 0be3bc7e930ce6b39dae82e808dd81a0720a5ebb Mon Sep 17 00:00:00 2001 From: avivian Date: Tue, 18 Jan 2022 19:21:22 +0000 Subject: [PATCH] chore: release 0.0.31 --- CHANGELOG.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2af3604..5f990f7 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.30](https://github.com/rive-app/rive-react/compare/v0.0.26...v0.0.30) +#### [v0.0.31](https://github.com/rive-app/rive-react/compare/v0.0.26...v0.0.31) -- Update rive/canvas to with fixes for image clipping [`24d9e87`](https://github.com/rive-app/rive-react/commit/24d9e871d6580df1b985e61793babd1067640b5b) +- Update @rive-app/canvas to 1.0.18 to fix playback lag when animations are left idle [`48af4b0`](https://github.com/rive-app/rive-react/commit/48af4b00ad7654acde0fc5e97c9cd0f768371843) #### [v0.0.26](https://github.com/rive-app/rive-react/compare/v0.0.25...v0.0.26) diff --git a/package.json b/package.json index 903da85..f955c38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "0.0.30", + "version": "0.0.31", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",