diff --git a/.github/release/package-lock.json b/.github/release/package-lock.json index da28e563..381a64e6 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.0.0", + "version": "6.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index 5c96c8c4..c4fffd14 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.0.0", + "version": "6.0.1", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index a4fc8c0e..91ab4832 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.0.0](https://github.com/rive-app/rive-ios/compare/5.16.0...6.0.0) +#### [6.0.1](https://github.com/rive-app/rive-ios/compare/6.0.0...6.0.1) + +- Decode image data directly on iOS [`9846f45`](https://github.com/rive-app/rive-ios/commit/9846f459936cfa660e3d6a91543d2588b0c9e915) +- Updating version files [`f368b6e`](https://github.com/rive-app/rive-ios/commit/f368b6e88b7e2854b8e23e1e1e9fa743b7afe2e2) +- feat: add nested text run getters and setters in Unity [`3cc51d9`](https://github.com/rive-app/rive-ios/commit/3cc51d917c13a3a74246b78802a30a47379079fa) + +### [6.0.0](https://github.com/rive-app/rive-ios/compare/5.16.0...6.0.0) + +> 24 July 2024 - Remove Skia from iOS runtime [`98241a4`](https://github.com/rive-app/rive-ios/commit/98241a4d9da358b8ee4d622dbf9adb3d45248c15) +- chore: release v6.0.0 [`43d3e39`](https://github.com/rive-app/rive-ios/commit/43d3e39f7812994e35f6ccc9b3fcf2ccf8d7e20d) - Updating version files [`914c830`](https://github.com/rive-app/rive-ios/commit/914c8305f03ece20af6caf7d03634827e75814e4) -- Xxxx improve hittest performance [`56b6983`](https://github.com/rive-app/rive-ios/commit/56b6983d9a0c8cc797ddbf7b197717babaf5607c) #### [5.16.0](https://github.com/rive-app/rive-ios/compare/5.15.2...5.16.0) diff --git a/VERSION b/VERSION index f4965a31..6d54bbd7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.0.0 \ No newline at end of file +6.0.1 \ No newline at end of file