diff --git a/.github/release/package-lock.json b/.github/release/package-lock.json index cd0dd2cd..994f4e5e 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.3.3", + "version": "6.3.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index 16d76a0d..8264f1df 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.3.3", + "version": "6.3.4", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index be9c30dc..8de23241 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,17 @@ 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). +#### [6.3.4](https://github.com/rive-app/rive-ios/compare/6.3.3...6.3.4) + +- Updating version files [`6223f8d`](https://github.com/rive-app/rive-ios/commit/6223f8d6fd631d3abfc8149b9c8df2339cdfc49e) +- Working on option C for update cycle [`0798c1e`](https://github.com/rive-app/rive-ios/commit/0798c1e89393e3680ed1bd0e63a8f36eedf7b7cc) +- new arithmetic data converter that uses a viewmodel as input [`d1fad45`](https://github.com/rive-app/rive-ios/commit/d1fad4502019b57f683ec9c86b1fd316ed2406aa) + #### [6.3.3](https://github.com/rive-app/rive-ios/compare/6.3.2...6.3.3) +> 5 November 2024 + +- chore: release v6.3.3 [`a7d2fcb`](https://github.com/rive-app/rive-ios/commit/a7d2fcbb18a732acef7a07c72336cc3d96e9588d) - Updating version files [`32e18e9`](https://github.com/rive-app/rive-ios/commit/32e18e9e0265325cce2fd4f946e5f1285e5acfdb) #### [6.3.2](https://github.com/rive-app/rive-ios/compare/6.3.1...6.3.2) diff --git a/VERSION b/VERSION index d9b300f1..9152abbe 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.3.3 \ No newline at end of file +6.3.4 \ No newline at end of file