From ef78437edbcd78f5904c8d7315038fbcfe1158ff Mon Sep 17 00:00:00 2001 From: dskuza Date: Thu, 5 Dec 2024 23:59:50 +0000 Subject: [PATCH] chore: release v6.4.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 9432e479..bcfa1c0d 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.4.0", + "version": "6.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index d58b2643..647fd6e7 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.4.0", + "version": "6.4.1", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index 922b1850..3819c780 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.4.1](https://github.com/rive-app/rive-ios/compare/6.4.0...6.4.1) + +- Updating version files [`eae363f`](https://github.com/rive-app/rive-ios/commit/eae363f58355a6a92de4acaf58c991307b13cecb) +- Add Emerge Tools install size badge, remove build status badge [`868e089`](https://github.com/rive-app/rive-ios/commit/868e08972859b8c7053f9a5deedf4a252890b68c) +- Add yoga renames to non-v2 lua build scripts [`8e733e1`](https://github.com/rive-app/rive-ios/commit/8e733e1a8fda2631cacba17f1490fc989e2672ae) + #### [6.4.0](https://github.com/rive-app/rive-ios/compare/6.3.9...6.4.0) +> 27 November 2024 + - Support supplying mobile fallback fonts by style with caching [`1c87f97`](https://github.com/rive-app/rive-ios/commit/1c87f97aea6bc647619fa3b25b59d87ae224e371) +- chore: release v6.4.0 [`3e87b21`](https://github.com/rive-app/rive-ios/commit/3e87b211c6edab7e13d57125982d25e9c4a2019f) - Updating version files [`34bf6b2`](https://github.com/rive-app/rive-ios/commit/34bf6b214af8ffe0352690c406f1c0910a098abe) -- fixed url for canddiates and goldens in not pack mode [`ba494aa`](https://github.com/rive-app/rive-ios/commit/ba494aa831f55d485f9074ec9f1a61d9b2b6af73) #### [6.3.9](https://github.com/rive-app/rive-ios/compare/6.3.8...6.3.9) diff --git a/VERSION b/VERSION index c0be8a79..306894a1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.4.0 \ No newline at end of file +6.4.1 \ No newline at end of file