From fa6c4eefcf0e4c887677fb1bff911ffee7862570 Mon Sep 17 00:00:00 2001 From: dskuza Date: Wed, 9 Oct 2024 00:10:00 +0000 Subject: [PATCH] chore: release v6.1.6 --- .github/release/package-lock.json | 2 +- .github/release/package.json | 2 +- CHANGELOG.md | 10 +++++++++- VERSION | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/release/package-lock.json b/.github/release/package-lock.json index cb94d2a2..b5e0b8aa 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.1.5", + "version": "6.1.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index 24f3a550..577cc915 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.1.5", + "version": "6.1.6", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index 39628782..6b63a83c 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.1.6](https://github.com/rive-app/rive-ios/compare/6.1.5...6.1.6) + +- Updating version files [`a000b40`](https://github.com/rive-app/rive-ios/commit/a000b40f007cd7a662595f300a6501c2bad3b0e8) +- Fix Apple runtime crashes on Macs with non-Apple-Silicon GPUs [`ae025ed`](https://github.com/rive-app/rive-ios/commit/ae025ed2bef2000d589b49cface679d90dee646f) +- Download python-ply inside of premake [`d2af535`](https://github.com/rive-app/rive-ios/commit/d2af535e7b8fd83c4135f87eab65e6a50a60f561) + #### [6.1.5](https://github.com/rive-app/rive-ios/compare/6.1.4...6.1.5) +> 2 October 2024 + +- chore: release v6.1.5 [`be819a0`](https://github.com/rive-app/rive-ios/commit/be819a07262fad37737919ce774d3bd4be2aa3ac) - Updating version files [`bbfb444`](https://github.com/rive-app/rive-ios/commit/bbfb444cf08cb48c2761aaffd1b86c145d518001) - fix uninitialized font features [`ba26ad2`](https://github.com/rive-app/rive-ios/commit/ba26ad21f580604780e6eb2ee9f4dd218a3f456b) -- add text bindable properties [`0700165`](https://github.com/rive-app/rive-ios/commit/07001655882a8b5f982d1a5f70f8d1b4459e36ad) #### [6.1.4](https://github.com/rive-app/rive-ios/compare/6.1.3...6.1.4) diff --git a/VERSION b/VERSION index f8c5c2cc..3af67b5c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.1.5 \ No newline at end of file +6.1.6 \ No newline at end of file