From 5de40fad5b716be7dcec59c15422e9d41a4962b1 Mon Sep 17 00:00:00 2001 From: avivian Date: Tue, 26 Apr 2022 15:05:29 +0000 Subject: [PATCH] chore: release 3.0.0 --- CHANGELOG.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 603e1e7..68e5871 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). -#### [v2.0.0](https://github.com/rive-app/rive-react/compare/v1.0.5...v2.0.0) +#### [v3.0.0](https://github.com/rive-app/rive-react/compare/v1.0.5...v3.0.0) -- Fix: Authenticate registry before doing npm release dryrun [`74b791f`](https://github.com/rive-app/rive-react/commit/74b791ffa4042c98aa5d5e02ef03e9df2eb6dd16) +- Fix animation playing with autoplay false when animation name passed [`aab811b`](https://github.com/rive-app/rive-react/commit/aab811b975d8832c2be14779675392a17b1db5ff) #### [v1.0.5](https://github.com/rive-app/rive-react/compare/v1.0.4...v1.0.5) diff --git a/package.json b/package.json index 85e5b2b..91560bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "2.0.0", + "version": "3.0.0", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",