From 91025e6772403fe688ae9eb6992971d2ab47b933 Mon Sep 17 00:00:00 2001 From: zplata Date: Tue, 2 May 2023 18:30:36 +0000 Subject: [PATCH] chore: release 3.0.46 --- CHANGELOG.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf2d65d..3b3028f 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). -#### [v3.0.45](https://github.com/rive-app/rive-react/compare/v3.0.38...v3.0.45) +#### [v3.0.46](https://github.com/rive-app/rive-react/compare/v3.0.38...v3.0.46) -- Update add_to_project.yml [`6544874`](https://github.com/rive-app/rive-react/commit/6544874d3d94fbe93f9a8d0cdbb047189aced1ce) +- Add prop to the standalone Rive component [`d3bc913`](https://github.com/rive-app/rive-react/commit/d3bc913bcf70e62df6cea5b5a08d0135c965f9ff) #### [v3.0.38](https://github.com/rive-app/rive-react/compare/v3.0.37...v3.0.38) diff --git a/package.json b/package.json index 18c8f70..e356965 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "3.0.45", + "version": "3.0.46", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",