From 45aec2db1cf27466c72eabc4c1804f774c862915 Mon Sep 17 00:00:00 2001 From: mjtalbot Date: Thu, 14 Jul 2022 10:28:50 +0000 Subject: [PATCH] chore: release 3.0.17 --- CHANGELOG.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e79891a..6258e96 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.16](https://github.com/rive-app/rive-react/compare/v3.0.1...v3.0.16) +#### [v3.0.17](https://github.com/rive-app/rive-react/compare/v3.0.1...v3.0.17) -- Adding more examples [`8ce77f1`](https://github.com/rive-app/rive-react/commit/8ce77f153c6a5d06a20ec4d83a7570e5f6453aa5) +- removed polyfill in favour of DIY appraoch to reduce package size [`62b3a1d`](https://github.com/rive-app/rive-react/commit/62b3a1d8dc93c0dd29bfe814fcd870e73b33abd2) #### [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 f9131e5..05cc51d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "3.0.16", + "version": "3.0.17", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",