From f19295f9a5a379a3e8a7c8491f5ccadba6598a28 Mon Sep 17 00:00:00 2001 From: zplata Date: Wed, 19 Jul 2023 14:04:30 +0000 Subject: [PATCH] chore: release 3.0.55 --- CHANGELOG.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb542e2..bf9d3f7 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.54](https://github.com/rive-app/rive-react/compare/v3.0.53...v3.0.54) +#### [v3.0.55](https://github.com/rive-app/rive-react/compare/v3.0.53...v3.0.55) -- patch: Bump WASM runtimes for interpolation on states [`4a554dd`](https://github.com/rive-app/rive-react/commit/4a554dd1ad951b17c405096f0a6bcb9ae0600a4f) +- feature: add onAdvance callback through wasm bump too 1.2.2 [`7054630`](https://github.com/rive-app/rive-react/commit/70546308b44718e04f5295f60b99f0fc7bbe8172) #### [v3.0.53](https://github.com/rive-app/rive-react/compare/v3.0.52...v3.0.53) diff --git a/package.json b/package.json index 9a2c691..1666751 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "3.0.54", + "version": "3.0.55", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",