From 33053b3b7f0ff6d99ce4383ecea1f031ccb587e0 Mon Sep 17 00:00:00 2001 From: mjtalbot Date: Fri, 21 Oct 2022 13:20:16 +0000 Subject: [PATCH] chore: release 3.0.31 --- CHANGELOG.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c052406..7b15df3 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.30](https://github.com/rive-app/rive-react/compare/v3.0.28...v3.0.30) +#### [v3.0.31](https://github.com/rive-app/rive-react/compare/v3.0.28...v3.0.31) -- Bump dependencies to fix call to runtime cleanup [`6b1500e`](https://github.com/rive-app/rive-react/commit/6b1500e681ba8984d786eec4d414c4c8ad4b0268) +- bump runtimes to incorporate speed fix for state machines [`4040083`](https://github.com/rive-app/rive-react/commit/4040083d5a89510356e45433e5026664baf92a49) #### [v3.0.28](https://github.com/rive-app/rive-react/compare/v3.0.27...v3.0.28) diff --git a/package.json b/package.json index d84693c..cc0145d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "3.0.30", + "version": "3.0.31", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",