From 04353db43266f6dcf40f4ef7f3be23afa13c2e0d Mon Sep 17 00:00:00 2001 From: zplata Date: Tue, 28 Jun 2022 01:26:01 +0000 Subject: [PATCH] chore: release 3.0.14 --- CHANGELOG.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d0d743..09845b6 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.12](https://github.com/rive-app/rive-react/compare/v3.0.1...v3.0.12) +#### [v3.0.14](https://github.com/rive-app/rive-react/compare/v3.0.1...v3.0.14) -- Fix: Bump cpp to get nested artboard opacity fix and fill rule patch [`bd49e6a`](https://github.com/rive-app/rive-react/commit/bd49e6a4ee66c68005b60a670700ef69b5322656) +- Fix: Bump version because of race condition again [`1f0e511`](https://github.com/rive-app/rive-react/commit/1f0e511f6e047d05ca2783a56c2924a9c1af432a) #### [v3.0.1](https://github.com/rive-app/rive-react/compare/v3.0.0...v3.0.1) diff --git a/package.json b/package.json index eae165f..34072c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "3.0.13", + "version": "3.0.14", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",