diff --git a/.github/scripts/release/package-lock.json b/.github/scripts/release/package-lock.json index c3a8b009..eedc5e9d 100644 --- a/.github/scripts/release/package-lock.json +++ b/.github/scripts/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "rive-android-release-stub", - "version": "9.11.2", + "version": "9.11.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/scripts/release/package.json b/.github/scripts/release/package.json index 53be7063..51f81316 100644 --- a/.github/scripts/release/package.json +++ b/.github/scripts/release/package.json @@ -1,6 +1,6 @@ { "name": "rive-android-release-stub", - "version": "9.11.2", + "version": "9.11.3", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index e2726f1a..ec479d25 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). +#### [9.11.3](https://github.com/rive-app/rive-android/compare/9.11.2...9.11.3) + +- Strava Fix [`b97170d`](https://github.com/rive-app/rive-android/commit/b97170dc775c52b63e12a41e08f2044b31a2317e) +- Add GitHub action for re-releasing [`fa75ea2`](https://github.com/rive-app/rive-android/commit/fa75ea23ac8c9feded2cf76d19c9cb8251e45ca9) +- Fix issues with re-release script [`b8bcf09`](https://github.com/rive-app/rive-android/commit/b8bcf099dcd9c5cf9836bd793f241d7cd8ad7754) + #### [9.11.2](https://github.com/rive-app/rive-android/compare/9.11.1...9.11.2) +> 21 November 2024 + - CoreText fallback shaper ex [`ec1e05a`](https://github.com/rive-app/rive-android/commit/ec1e05afb97679076e9575f6ce1cc6407312c62a) +- chore: release v9.11.2 [`ccea22e`](https://github.com/rive-app/rive-android/commit/ccea22eaa8e6afdca4a1702d003028853dfb0f38) - fix for incorrect android build option [`8ceafdb`](https://github.com/rive-app/rive-android/commit/8ceafdbc2434ac2c590bf5489f5336a81ee8edda) -- Update linear animation advanceAndApply to return if more animation remains [`9fbe30d`](https://github.com/rive-app/rive-android/commit/9fbe30de80636a4b86eeb347e43ba19f3c92e294) #### [9.11.1](https://github.com/rive-app/rive-android/compare/9.11.0...9.11.1) diff --git a/VERSION b/VERSION index 1afc48e2..aa7668d0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.11.2 \ No newline at end of file +9.11.3 \ No newline at end of file