diff --git a/CHANGELOG.md b/CHANGELOG.md index 291ee4d..de80c1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,6 @@ 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). -#### 0.0.18 +#### 0.0.19 -- Update rive-js version to 0.7.25 [`fd0efb1`](https://github.com/rive-app/rive-react/commit/fd0efb1b815ae833e3b50b643b00464542f6f800) +- Update rive-js to 0.7.29 [`ce2c706`](https://github.com/rive-app/rive-react/commit/ce2c7065f567e43cfcca4c8f98e98aaf6e92f4c3) diff --git a/package-lock.json b/package-lock.json index 71323f7..03cc0fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "0.0.18", + "version": "0.0.19", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4644162..39b81fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "0.0.18", + "version": "0.0.19", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",