diff --git a/.github/release/package-lock.json b/.github/release/package-lock.json index d73733a0..f756b1fb 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.3.5", + "version": "6.3.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index 03b7baee..af96c7f8 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.3.5", + "version": "6.3.6", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index c438b281..f90678b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,18 @@ 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.6](https://github.com/rive-app/rive-ios/compare/6.3.5...6.3.6) + +- Updating version files [`a86df46`](https://github.com/rive-app/rive-ios/commit/a86df46f3d7e6d1714831c341cb6ff14ff380195) +- accept constraints without targets [`dfaf43b`](https://github.com/rive-app/rive-ios/commit/dfaf43b54399bdb02e2af5e27eea0eaed28cf3c6) + #### [6.3.5](https://github.com/rive-app/rive-ios/compare/6.3.4...6.3.5) +> 13 November 2024 + +- chore: release v6.3.5 [`26f34b9`](https://github.com/rive-app/rive-ios/commit/26f34b95557519b120e7ccf282db5a13aa3643cc) - Updating version files [`53f9b99`](https://github.com/rive-app/rive-ios/commit/53f9b992e773d32b78d42b0ad0ce5e23ecd23f1a) - invert order of advance between parent and child [`564dfe3`](https://github.com/rive-app/rive-ios/commit/564dfe3a8ad56ce4825ddccf8f839cb7bb32ae02) -- Work around Galaxy S22 compiler bugs [`3cb8897`](https://github.com/rive-app/rive-ios/commit/3cb8897313c60228d57955a5634730feef107573) #### [6.3.4](https://github.com/rive-app/rive-ios/compare/6.3.3...6.3.4) diff --git a/VERSION b/VERSION index 2319a69f..5995717c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.3.5 \ No newline at end of file +6.3.6 \ No newline at end of file