From 48fd9f9d8048ef098ed7550e6da0d3a4eb69148e Mon Sep 17 00:00:00 2001 From: avivian Date: Wed, 31 Aug 2022 10:27:17 +0000 Subject: [PATCH] chore: release 3.0.23 --- CHANGELOG.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf08ff8..2fa7627 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.22](https://github.com/rive-app/rive-react/compare/v3.0.21...v3.0.22) +#### [v3.0.23](https://github.com/rive-app/rive-react/compare/v3.0.21...v3.0.23) -- Update @rive-app/canvas and @rive-app/webgl dependencies to support non node builds [`092049d`](https://github.com/rive-app/rive-react/commit/092049d20f6f955a0528831d2b5e15087328bc75) +- Bump runtime version to fix broken version [`3c578b7`](https://github.com/rive-app/rive-react/commit/3c578b730f82059469393522722316f2ad3a61d3) #### [v3.0.21](https://github.com/rive-app/rive-react/compare/v3.0.20...v3.0.21) diff --git a/package.json b/package.json index cf4bdbd..d5bd865 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "3.0.22", + "version": "3.0.23", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",