From 9db4ee52bf919add026c4c5487a5ca399cc0b823 Mon Sep 17 00:00:00 2001 From: umberto-sonnino Date: Wed, 14 Jul 2021 15:57:41 +0000 Subject: [PATCH] chore: release 0.0.11 --- CHANGELOG.md | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6444547..52e7742 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.10](https://github.com/rive-app/rive-react/compare/v0.0.9...v0.0.10) +#### [v0.0.11](https://github.com/rive-app/rive-react/compare/v0.0.9...v0.0.11) -- Include types in npm publish [`#23`](https://github.com/rive-app/rive-react/pull/23) +- Update README with camelCase params [`#26`](https://github.com/rive-app/rive-react/pull/26) #### [v0.0.9](https://github.com/rive-app/rive-react/compare/v0.0.8...v0.0.9) diff --git a/package-lock.json b/package-lock.json index 652cda0..1ef5158 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "0.0.10", + "version": "0.0.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4ff1342..9879da4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "0.0.10", + "version": "0.0.11", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",