diff --git a/CHANGELOG.md b/CHANGELOG.md index e367e26..462af60 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). -#### [v1.0.1](https://github.com/rive-app/rive-react/compare/v1.0.0...v1.0.1) +#### [v1.0.2](https://github.com/rive-app/rive-react/compare/v1.0.0...v1.0.2) -- Chore: Bump webgl and remove major flag from release-it command [`4c9de18`](https://github.com/rive-app/rive-react/commit/4c9de18b1cbf19ede7d5400a1b3f67d59f882cee) +- Patch: Bump rive-cpp to fix DAG issue [`59edf6f`](https://github.com/rive-app/rive-react/commit/59edf6f67ea7d26067009786bb84014a61fe6f24) ### [v1.0.0](https://github.com/rive-app/rive-react/compare/v0.0.31...v1.0.0) diff --git a/package.json b/package.json index ddad936..115d751 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "1.0.1", + "version": "1.0.2", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",