diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ba40ff..ec4a498 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.39](https://github.com/rive-app/rive-react/compare/v3.0.38...v3.0.39) +#### [v3.0.40](https://github.com/rive-app/rive-react/compare/v3.0.38...v3.0.40) -- fix: bump wasm dependency for clipping issue fix [`3e6a951`](https://github.com/rive-app/rive-react/commit/3e6a951ca1b3566a7f93def6c17fe87436d2f1bd) +- feature: Add support for touch and drag interactions on canvas [`fcc1a16`](https://github.com/rive-app/rive-react/commit/fcc1a16df494f0f791ff84551ea4db140bffbc50) #### [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 bf1cd05..1db0006 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "3.0.39", + "version": "3.0.40", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",