From 78491f5819b78b2e7435a2509e89fd3c672f3126 Mon Sep 17 00:00:00 2001 From: avivian Date: Thu, 20 Oct 2022 09:44:48 +0000 Subject: [PATCH] chore: release 3.0.28 --- CHANGELOG.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d66dc61..208307d 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.27](https://github.com/rive-app/rive-react/compare/v3.0.23...v3.0.27) +#### [v3.0.28](https://github.com/rive-app/rive-react/compare/v3.0.23...v3.0.28) -- Fix: Bump wasm to accomodate clipping bug on nested artboards [`8d7f0ab`](https://github.com/rive-app/rive-react/commit/8d7f0ab28c8aa6af3abe5269e7b8980cc1a8dbe7) +- Bump canvas and webgl dependencies to fix alignment memory leaks [`39edb88`](https://github.com/rive-app/rive-react/commit/39edb88a19aaff478e4e9cbeeef58414f28fdb60) #### [v3.0.23](https://github.com/rive-app/rive-react/compare/v3.0.22...v3.0.23) diff --git a/package.json b/package.json index 45af369..60a43f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "3.0.27", + "version": "3.0.28", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",