From 1e6eb5ec927aa0bb10ee1e7659c4824c64702f58 Mon Sep 17 00:00:00 2001 From: luigi-rosso Date: Fri, 21 Oct 2022 20:38:27 +0000 Subject: [PATCH] chore: release 3.0.32 --- CHANGELOG.md | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b15df3..3bbc7af 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.31](https://github.com/rive-app/rive-react/compare/v3.0.28...v3.0.31) +#### [v3.0.32](https://github.com/rive-app/rive-react/compare/v3.0.28...v3.0.32) -- bump runtimes to incorporate speed fix for state machines [`4040083`](https://github.com/rive-app/rive-react/commit/4040083d5a89510356e45433e5026664baf92a49) +- Bumping to latest Rive WASM to fix https://2dimensions.slack.com/archives/CLLCU09T6/p1666370141425879 [`6871a81`](https://github.com/rive-app/rive-react/commit/6871a81ebd17038426e7089ed836379d02a9c5fd) #### [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 f3897a1..d347432 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "3.0.31", + "version": "3.0.32", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts", @@ -76,4 +76,4 @@ "typescript": "^4.5.4", "watch": "^1.0.2" } -} \ No newline at end of file +}