From 3a2ed32856ad4de09da4a875f3b0c2967c8a8e5e Mon Sep 17 00:00:00 2001 From: zplata Date: Mon, 11 Apr 2022 17:04:44 +0000 Subject: [PATCH] chore: release 1.0.5 --- CHANGELOG.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0675b72..a7218b1 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). -#### [v1.0.4](https://github.com/rive-app/rive-react/compare/v1.0.3...v1.0.4) +#### [v1.0.5](https://github.com/rive-app/rive-react/compare/v1.0.3...v1.0.5) -- Add test for animations change on param update [`c3f1380`](https://github.com/rive-app/rive-react/commit/c3f138014d233258206bde2497baed711276e3dc) +- update readme [`d35f5b5`](https://github.com/rive-app/rive-react/commit/d35f5b53c5c7cb2794c8891e8f30d8ba8aa403cf) #### [v1.0.3](https://github.com/rive-app/rive-react/compare/v1.0.2...v1.0.3) diff --git a/package.json b/package.json index d5b89c5..74d8f7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "1.0.4", + "version": "1.0.5", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",