diff --git a/CHANGELOG.md b/CHANGELOG.md index a6dbb35..0c5754a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,23 @@ 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.3](https://github.com/rive-app/rive-react/compare/v3.0.1...v3.0.3) +#### [v3.0.4](https://github.com/rive-app/rive-react/compare/v3.0.3...v3.0.4) + +- Maint: Bump rive-wasm dependency for listener patches [`12801b1`](https://github.com/rive-app/rive-react/commit/12801b10cc8980339e5856d71d96da3c612cb291) + +#### [v3.0.3](https://github.com/rive-app/rive-react/compare/v3.0.2...v3.0.3) + +> 17 May 2022 - Feat: Bump wasm and add examples to support touch feature [`3902948`](https://github.com/rive-app/rive-react/commit/3902948a2ef8af6955ef12124207edee29eb0be8) +- chore: release 3.0.3 [`da11387`](https://github.com/rive-app/rive-react/commit/da1138755861aadb9e7c6cb0028f2120d610a6c5) + +#### [v3.0.2](https://github.com/rive-app/rive-react/compare/v3.0.1...v3.0.2) + +> 17 May 2022 + +- chore: release 3.0.2 [`21a17ed`](https://github.com/rive-app/rive-react/commit/21a17ed40ee51263c666dde48b6c55e958eceeb8) +- Maint: Bump wasm dependencies [`f0e7092`](https://github.com/rive-app/rive-react/commit/f0e70924ec9849f45ecddda801ad63e1d87b1bdb) #### [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 f7c8470..ea38515 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react", - "version": "3.0.3", + "version": "3.0.4", "description": "React wrapper around the rive-js library", "main": "dist/index.js", "typings": "dist/types/index.d.ts",