diff --git a/.github/release/package-lock.json b/.github/release/package-lock.json index 79b572bb..8e683ca3 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "5.15.1", + "version": "5.15.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index f4245c49..880653f5 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "5.15.1", + "version": "5.15.2", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index f0a12bd8..5eb8625a 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). +#### [5.15.2](https://github.com/rive-app/rive-ios/compare/5.15.1...5.15.2) + +- Updating version files [`3242471`](https://github.com/rive-app/rive-ios/commit/3242471276af3ce33fc1af0828f7c6f40cc03ba0) +- fix spilled time for animations with speed applied to them [`199ecae`](https://github.com/rive-app/rive-ios/commit/199ecae469acf6a1e439ca22a9665044ec3e863b) +- update data bind mode to flags [`3553ef2`](https://github.com/rive-app/rive-ios/commit/3553ef21177b6391df2782f17f1d21efc1f38c5c) + #### [5.15.1](https://github.com/rive-app/rive-ios/compare/5.15.0...5.15.1) +> 17 July 2024 + +- chore: release v5.15.1 [`02693ff`](https://github.com/rive-app/rive-ios/commit/02693ff90c691a99a94ac38d52a97a78815ecaf1) - 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) diff --git a/VERSION b/VERSION index 1a1f2cf5..57ba4a81 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.15.1 \ No newline at end of file +5.15.2 \ No newline at end of file