From ff8bbb084cebf1f6f37b4432440c4c3df00b3c66 Mon Sep 17 00:00:00 2001 From: zplata Date: Fri, 12 May 2023 21:16:59 +0000 Subject: [PATCH] chore: release 3.0.47 --- CHANGELOG.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b3028f..ba1712c 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.46](https://github.com/rive-app/rive-react/compare/v3.0.38...v3.0.46) +#### [v3.0.47](https://github.com/rive-app/rive-react/compare/v3.0.38...v3.0.47) -- Add prop to the standalone Rive component [`d3bc913`](https://github.com/rive-app/rive-react/commit/d3bc913bcf70e62df6cea5b5a08d0135c965f9ff) +- patch: bump wasm to 1.1.6 for flicker fix [`89a6802`](https://github.com/rive-app/rive-react/commit/89a6802fa05bb809dc30d740aaff11f4e83eb21a) #### [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 82c42d5..98a091a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "3.0.46", + "version": "3.0.47", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",