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",