From fde527ae847b2de96d7cebab81f07fafe5591a5b Mon Sep 17 00:00:00 2001 From: bodymovin Date: Tue, 15 Oct 2024 16:18:09 +0000 Subject: [PATCH] chore: release v9.9.5 --- .github/scripts/release/package-lock.json | 2 +- .github/scripts/release/package.json | 2 +- CHANGELOG.md | 6 ++++++ VERSION | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/scripts/release/package-lock.json b/.github/scripts/release/package-lock.json index 31219879..d29b0b25 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.9.4", + "version": "9.9.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/scripts/release/package.json b/.github/scripts/release/package.json index 22f5089a..e3715bf9 100644 --- a/.github/scripts/release/package.json +++ b/.github/scripts/release/package.json @@ -1,6 +1,6 @@ { "name": "rive-android-release-stub", - "version": "9.9.4", + "version": "9.9.5", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index 9982e252..60e64c89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ 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.9.5](https://github.com/rive-app/rive-android/compare/9.9.4...9.9.5) + +- Make layout position type and scale type keyable [`100cc31`](https://github.com/rive-app/rive-android/commit/100cc3188ab304ea8700c90b638cccca9511e940) + #### [9.9.4](https://github.com/rive-app/rive-android/compare/9.9.3...9.9.4) +> 14 October 2024 + - Drop the ColumnLimit to 80 for clang-format [`74b58c1`](https://github.com/rive-app/rive-android/commit/74b58c1a94dce9c989046dd5d61ba9e10fc8c0c8) - fix: incorrect parameter method overloading on play [`20c9cb4`](https://github.com/rive-app/rive-android/commit/20c9cb4ab625b1b727ee77cfea3b0365bcc6b106) - Fallback Fonts Fix [`f3e4b39`](https://github.com/rive-app/rive-android/commit/f3e4b39338e32e85bd6d74345671ea6aa9a03b57) diff --git a/VERSION b/VERSION index 6904fb8d..d3d27ccd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.9.4 \ No newline at end of file +9.9.5 \ No newline at end of file