diff --git a/.github/release/package-lock.json b/.github/release/package-lock.json index 67f06535..7426b704 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.5.0", + "version": "6.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index 2cfc8395..b260a45c 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.5.0", + "version": "6.5.1", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index 07a3d1f5..c78a16c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,19 @@ 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.5.1](https://github.com/rive-app/rive-ios/compare/6.5.0...6.5.1) + +- Updating version files [`afbad64`](https://github.com/rive-app/rive-ios/commit/afbad64de0fafe8fb19f6b30dc24c94ee949df3f) +- fix artboard origin offset [`cce38f6`](https://github.com/rive-app/rive-ios/commit/cce38f641f56b0b3fd40d671104a96902c33cc97) +- Convert unity builds to use build_rive.sh [`0cd358b`](https://github.com/rive-app/rive-ios/commit/0cd358bba9ec45975b1d968804b3ce408339386c) + #### [6.5.0](https://github.com/rive-app/rive-ios/compare/6.4.3...6.5.0) +> 12 December 2024 + - Add visionOS and tvOS support to Apple runtime [`08532a7`](https://github.com/rive-app/rive-ios/commit/08532a7036862261d80d26812d975d1c83caef93) +- chore: release v6.5.0 [`90bd7d7`](https://github.com/rive-app/rive-ios/commit/90bd7d750dc1c26ad9de3fd274e91d7e58791b8b) - Updating version files [`5d25e2f`](https://github.com/rive-app/rive-ios/commit/5d25e2f8920269f34e188b86868f81dcaf268d81) -- Fix layout display issues [`9225503`](https://github.com/rive-app/rive-ios/commit/922550347f569b1ccdfe3419bebc5b03277d5d2e) #### [6.4.3](https://github.com/rive-app/rive-ios/compare/6.4.2...6.4.3) diff --git a/VERSION b/VERSION index 4be2c727..3d5762e8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.5.0 \ No newline at end of file +6.5.1 \ No newline at end of file