diff --git a/CHANGELOG.md b/CHANGELOG.md index 832a106..222d6f9 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). -#### [v0.0.28](https://github.com/rive-app/rive-react/compare/v0.0.26...v0.0.28) +#### [v0.0.29](https://github.com/rive-app/rive-react/compare/v0.0.26...v0.0.29) -- Use @rive-app/canvas directly to fix path issues in downstream libs [`e599b1a`](https://github.com/rive-app/rive-react/commit/e599b1a38cc0f6606d7505551a046b28a3533422) +- Add offscreencanvas types [`956b76d`](https://github.com/rive-app/rive-react/commit/956b76d01c59a04eb83f3b0b2ca722798af80fb2) #### [v0.0.26](https://github.com/rive-app/rive-react/compare/v0.0.25...v0.0.26) diff --git a/package.json b/package.json index 48e0498..8323a02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "0.0.28", + "version": "0.0.29", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",