From 816fcfcdbcb9f2d8f83cc7887f43aae011dee3be Mon Sep 17 00:00:00 2001 From: luigi-rosso Date: Fri, 16 Dec 2022 19:29:15 +0000 Subject: [PATCH] chore: release 3.0.34 --- CHANGELOG.md | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36e3dcf..3c018de 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.33](https://github.com/rive-app/rive-react/compare/v3.0.28...v3.0.33) +#### [v3.0.34](https://github.com/rive-app/rive-react/compare/v3.0.28...v3.0.34) -- maint: bump wasm runtime and replace old skills rive file example [`acba24c`](https://github.com/rive-app/rive-react/commit/acba24c4ed4f703303615819678c7273c385286f) +- Bumping rive-app/canvas & webgl versions. [`6c28a87`](https://github.com/rive-app/rive-react/commit/6c28a8795eeabc10aa8bdcee99ee9754d924d0ae) #### [v3.0.28](https://github.com/rive-app/rive-react/compare/v3.0.27...v3.0.28) diff --git a/package.json b/package.json index cebbac4..4b789cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "3.0.33", + "version": "3.0.34", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts", @@ -76,4 +76,4 @@ "typescript": "^4.5.4", "watch": "^1.0.2" } -} \ No newline at end of file +}