diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bf6672..f77d676 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ 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.7](https://github.com/rive-app/rive-react/compare/v1.0.6...v1.0.7) + +- Maint: Allow peer dep React to use v18.0+ [`464fa97`](https://github.com/rive-app/rive-react/commit/464fa97c207e780d31866ecad0437dc16aefd1f2) + #### [v1.0.6](https://github.com/rive-app/rive-react/compare/v1.0.5...v1.0.6) +> 14 April 2022 + +- chore: release 1.0.6 [`ac01b7e`](https://github.com/rive-app/rive-react/commit/ac01b7ec691c435371f9553df88144c75af18ed4) - Maint: Bump webgl dependency up to 1.0.39 [`cd9baef`](https://github.com/rive-app/rive-react/commit/cd9baef25003b491d40d5649ba1d3b5f88bce870) #### [v1.0.5](https://github.com/rive-app/rive-react/compare/v1.0.4...v1.0.5) diff --git a/package.json b/package.json index a506b8d..db7df96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "1.0.6", + "version": "1.0.7", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",