From 02693ff90c691a99a94ac38d52a97a78815ecaf1 Mon Sep 17 00:00:00 2001 From: dskuza Date: Wed, 17 Jul 2024 20:39:15 +0000 Subject: [PATCH] chore: release v5.15.1 --- .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 98e921be..79b572bb 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "5.15.0", + "version": "5.15.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index 9a4893af..f4245c49 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "5.15.0", + "version": "5.15.1", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index 606cf1c4..f0a12bd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,20 @@ 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). +#### [5.15.1](https://github.com/rive-app/rive-ios/compare/5.15.0...5.15.1) + +- Updating version files [`4472036`](https://github.com/rive-app/rive-ios/commit/44720363488d7a750c3313ac87660a6bf32fe622) +- Only set Core Audio session category for iOS targets [`77c16d6`](https://github.com/rive-app/rive-ios/commit/77c16d652ea817701daa6e861e663fe9f00b518e) +- Run tests, bench, gms, & goldens on a physical Pixel 8 on CI [`674c11d`](https://github.com/rive-app/rive-ios/commit/674c11db2fa2f891be4ecac25580cb9212216a16) + #### [5.15.0](https://github.com/rive-app/rive-ios/compare/5.14.5...5.15.0) +> 16 July 2024 + - Fix crash when skinnable isn’t found. [`#7317`](https://github.com/rive-app/rive/issues/7317) - Add new state machine delegate callback for touch event hit results [`cb45051`](https://github.com/rive-app/rive-ios/commit/cb450515007bf6bf4c6d4379fc9e8cd6842dffe1) +- chore: release v5.15.0 [`347c021`](https://github.com/rive-app/rive-ios/commit/347c02152173a0376e2b989f5cd5f1cc5e6b6444) - Updating version files [`2e342b3`](https://github.com/rive-app/rive-ios/commit/2e342b3a9117911f62cec5895bafa6dadbdb3a0b) -- Set audio to mix on for iOS (simulator) and Catalyst [`5185fe2`](https://github.com/rive-app/rive-ios/commit/5185fe2b5e5508936ea9ce1c8e4f974d0945c726) #### [5.14.5](https://github.com/rive-app/rive-ios/compare/5.14.4...5.14.5) diff --git a/VERSION b/VERSION index e0cb0046..1a1f2cf5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.15.0 \ No newline at end of file +5.15.1 \ No newline at end of file