From fc082d1a03ca6d88439f6be4bb5a3bcb77ed7ddb Mon Sep 17 00:00:00 2001 From: zplata Date: Thu, 6 Apr 2023 21:50:50 +0000 Subject: [PATCH] chore: release 3.0.41 --- CHANGELOG.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec4a498..265f874 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.40](https://github.com/rive-app/rive-react/compare/v3.0.38...v3.0.40) +#### [v3.0.41](https://github.com/rive-app/rive-react/compare/v3.0.38...v3.0.41) -- feature: Add support for touch and drag interactions on canvas [`fcc1a16`](https://github.com/rive-app/rive-react/commit/fcc1a16df494f0f791ff84551ea4db140bffbc50) +- patch: bump wasm dependency for blend state enhancements [`87fa1ae`](https://github.com/rive-app/rive-react/commit/87fa1ae2a56a5d71fe137fa33a0a3eb0cb3e9c1c) #### [v3.0.38](https://github.com/rive-app/rive-react/compare/v3.0.37...v3.0.38) diff --git a/package.json b/package.json index f1cd552..6bb4de4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "3.0.40", + "version": "3.0.41", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",