Compare commits

...

1 Commits

Author SHA1 Message Date
avivian
4b06d2d8f5 chore: release 0.0.13 2021-07-21 08:26:33 +00:00
3 changed files with 4 additions and 4 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).
#### [v0.0.11](https://github.com/rive-app/rive-react/compare/v0.0.9...v0.0.11)
#### [v0.0.13](https://github.com/rive-app/rive-react/compare/v0.0.9...v0.0.13)
- Update README with camelCase params [`#26`](https://github.com/rive-app/rive-react/pull/26)
- chore: bump to 0.0.12 [`7266fc5`](https://github.com/rive-app/rive-react/commit/7266fc5d2fc0404362031ea3d3c760309f6927e6)
#### [v0.0.9](https://github.com/rive-app/rive-react/compare/v0.0.8...v0.0.9)

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "rive-react",
"version": "0.0.11",
"version": "0.0.13",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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