diff --git a/.github/release/package-lock.json b/.github/release/package-lock.json index 2a5c333..f39e82a 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.1.0", + "version": "6.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index d19b23b..9991bb9 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.1.0", + "version": "6.1.1", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index 8532937..f8cbe76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ 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.1.1](https://github.com/rive-app/rive-ios/compare/6.1.0...6.1.1) + +- Updating version files [`8d68f34`](https://github.com/rive-app/rive-ios/commit/8d68f3456f61b33987662fd48006edea5798d491) +- bump premake [`e84ac8e`](https://github.com/rive-app/rive-ios/commit/e84ac8ec1b3703cb0c9d7a09cf67693c632885a1) +- Fix intrinsically sizeable bug [`84a3028`](https://github.com/rive-app/rive-ios/commit/84a3028f6991633deb4bda59f68983c498e721f6) + #### [6.1.0](https://github.com/rive-app/rive-ios/compare/6.0.7...6.1.0) +> 10 September 2024 + - Dance around a driver issue that generates garbage pixels [`#7423`](https://github.com/rive-app/rive-ios/issues/7423) - Add fallback font support for iOS and macOS [`b047463`](https://github.com/rive-app/rive-ios/commit/b0474633b814ddb3a188040eab28bab052870f5b) - Namespace corrections to rive instead of gpu [`98894de`](https://github.com/rive-app/rive-ios/commit/98894dea5ddd6dc7c3026ccd80b6349982b2865d) diff --git a/VERSION b/VERSION index 358e78e..132c6de 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.1.0 \ No newline at end of file +6.1.1 \ No newline at end of file