diff --git a/CHANGELOG.md b/CHANGELOG.md index 09845b6..29e3294 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.14](https://github.com/rive-app/rive-react/compare/v3.0.1...v3.0.14) +#### [v3.0.15](https://github.com/rive-app/rive-react/compare/v3.0.1...v3.0.15) -- Fix: Bump version because of race condition again [`1f0e511`](https://github.com/rive-app/rive-react/commit/1f0e511f6e047d05ca2783a56c2924a9c1af432a) +- Patch: Bump js runtime dependencies for nested artboard display patch [`795ee53`](https://github.com/rive-app/rive-react/commit/795ee533405ec98457db074d11730849e1be5c88) #### [v3.0.1](https://github.com/rive-app/rive-react/compare/v3.0.0...v3.0.1) diff --git a/package.json b/package.json index 8c588bc..c74676f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "3.0.14", + "version": "3.0.15", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",