diff --git a/CHANGELOG.md b/CHANGELOG.md index cfd06a7..e367e26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,17 @@ 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.0](https://github.com/rive-app/rive-react/compare/v0.0.31...v1.0.0) +#### [v1.0.1](https://github.com/rive-app/rive-react/compare/v1.0.0...v1.0.1) -- bump webgl [`fcfe3cf`](https://github.com/rive-app/rive-react/commit/fcfe3cf6cfab76791f7d617ac6f4c0b359d5b66e) +- Chore: Bump webgl and remove major flag from release-it command [`4c9de18`](https://github.com/rive-app/rive-react/commit/4c9de18b1cbf19ede7d5400a1b3f67d59f882cee) + +### [v1.0.0](https://github.com/rive-app/rive-react/compare/v0.0.31...v1.0.0) + +> 23 March 2022 + +- Breaking: Switch from using the canvas renderer as default to the webgl renderer [`1e1cabd`](https://github.com/rive-app/rive-react/commit/1e1cabd05707fa135e1706c0821c0272b3d94bbc) +- chore: release 1.0.0 [`c688b9f`](https://github.com/rive-app/rive-react/commit/c688b9f17a4e287b4120a0739125123ce0e880e4) +- Put back the release steps in the publish workflow and add major flag temporarily [`8ce8562`](https://github.com/rive-app/rive-react/commit/8ce856270f9403c165b2a4c2f0b8c6558ed929a2) #### [v0.0.31](https://github.com/rive-app/rive-react/compare/v0.0.30...v0.0.31) diff --git a/package.json b/package.json index 4151604..bad8975 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "1.0.0", + "version": "1.0.1", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",