diff --git a/CHANGELOG.md b/CHANGELOG.md index ab95629..d53397a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,28 @@ 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). -#### 0.0.8 +#### [v0.0.9](https://github.com/rive-app/rive-react/compare/v0.0.8...v0.0.9) + +- Fix build automation and only include dist files [`#22`](https://github.com/rive-app/rive-react/pull/22) + +#### v0.0.8 + +> 28 June 2021 - Add release it dependency [`#21`](https://github.com/rive-app/rive-react/pull/21) +- add release it for automated github releases and npm publish [`#20`](https://github.com/rive-app/rive-react/pull/20) +- Add token to publish step [`#17`](https://github.com/rive-app/rive-react/pull/17) +- Publish on merge to master [`#16`](https://github.com/rive-app/rive-react/pull/16) +- version bump [`#15`](https://github.com/rive-app/rive-react/pull/15) +- Bump rive-js version to 0.7.15 [`#14`](https://github.com/rive-app/rive-react/pull/14) +- lower react peer dependency version [`#13`](https://github.com/rive-app/rive-react/pull/13) +- Bump version to 0.0.5 [`#12`](https://github.com/rive-app/rive-react/pull/12) +- Add Readme and change Rive Component [`#11`](https://github.com/rive-app/rive-react/pull/11) +- Export rive-js types [`#10`](https://github.com/rive-app/rive-react/pull/10) +- Add eslint and prettier configs [`#9`](https://github.com/rive-app/rive-react/pull/9) +- Add basic github action for running tests [`#8`](https://github.com/rive-app/rive-react/pull/8) +- Add typescript example [`#7`](https://github.com/rive-app/rive-react/pull/7) +- Add examples for using rive-react [`#1`](https://github.com/rive-app/rive-react/pull/1) +- Initial commit of existing implementation [`3b1d759`](https://github.com/rive-app/rive-react/commit/3b1d7593fe95da652857f7d362f90d8facad05ee) +- Add changelog managed by auto-changelog [`5916f38`](https://github.com/rive-app/rive-react/commit/5916f384bbcb8af250a5ae3fb6f4061a742551a0) +- Update README.md with usage docs [`c0a6b83`](https://github.com/rive-app/rive-react/commit/c0a6b835eacc2939f82923fb0c6c2d3b3cc12ed2) diff --git a/package-lock.json b/package-lock.json index c0d45ac..f4e0530 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "0.0.8", + "version": "0.0.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 847957a..5cf187b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "0.0.8", + "version": "0.0.9", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",