diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c5754a..a0e9d19 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.4](https://github.com/rive-app/rive-react/compare/v3.0.3...v3.0.4) +#### [v3.0.5](https://github.com/rive-app/rive-react/compare/v3.0.3...v3.0.5) -- Maint: Bump rive-wasm dependency for listener patches [`12801b1`](https://github.com/rive-app/rive-react/commit/12801b10cc8980339e5856d71d96da3c612cb291) +- Fix: A recent Bunchee patch version kind of breaks npm run build [`1a49e89`](https://github.com/rive-app/rive-react/commit/1a49e89c331e2325381d2f6a87780f2fd2939448) #### [v3.0.3](https://github.com/rive-app/rive-react/compare/v3.0.2...v3.0.3) diff --git a/package.json b/package.json index a3f6f40..e5d9546 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "3.0.4", + "version": "3.0.5", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",