From 04910f78f1779242626db0dfb74ab27ae95c75fa Mon Sep 17 00:00:00 2001 From: zplata Date: Fri, 3 Mar 2023 20:43:32 +0000 Subject: [PATCH] chore: release 3.0.38 --- CHANGELOG.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 113ec06..c8e15f6 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.37](https://github.com/rive-app/rive-react/compare/v3.0.35...v3.0.37) +#### [v3.0.38](https://github.com/rive-app/rive-react/compare/v3.0.35...v3.0.38) -- maint: bump wasm dependency for more speed on state updates [`0696417`](https://github.com/rive-app/rive-react/commit/06964179262d4b79114f3609d79cc6560c30ef94) +- maint: bump wasm dependency for more speed on state updates [`c2977c7`](https://github.com/rive-app/rive-react/commit/c2977c705c5572480be3f253b7237bdc2d3eea35) #### [v3.0.35](https://github.com/rive-app/rive-react/compare/v3.0.34...v3.0.35) diff --git a/package.json b/package.json index 9b5f2be..867024e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "3.0.37", + "version": "3.0.38", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",