chore: release 3.0.1

This commit is contained in:
zplata
2022-04-26 19:25:32 +00:00
parent 83c81b49c5
commit f4eccbe2ce
2 changed files with 3 additions and 3 deletions

View File

@@ -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.0](https://github.com/rive-app/rive-react/compare/v1.0.5...v3.0.0)
#### [v3.0.1](https://github.com/rive-app/rive-react/compare/v1.0.5...v3.0.1)
- Fix animation playing with autoplay false when animation name passed [`aab811b`](https://github.com/rive-app/rive-react/commit/aab811b975d8832c2be14779675392a17b1db5ff)
- Maint: Bump rive wasm to include fps counter API and take off major tag [`83c81b4`](https://github.com/rive-app/rive-react/commit/83c81b49c5a53c5ec9092b83607a78b6e4a69768)
#### [v1.0.5](https://github.com/rive-app/rive-react/compare/v1.0.4...v1.0.5)

View File

@@ -1,6 +1,6 @@
{
"name": "rive-react",
"version": "3.0.0",
"version": "3.0.1",
"description": "React wrapper around the rive-js library",
"main": "dist/index.js",
"typings": "dist/types/index.d.ts",