From d757c302996a89b490bcec13a4ab3bd0556c776f Mon Sep 17 00:00:00 2001 From: dskuza Date: Fri, 6 Dec 2024 00:47:41 +0000 Subject: [PATCH] chore: release v6.4.2 --- .github/release/package-lock.json | 2 +- .github/release/package.json | 2 +- CHANGELOG.md | 9 ++++++++- VERSION | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.github/release/package-lock.json b/.github/release/package-lock.json index bcfa1c0d..6f05cbcc 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.4.1", + "version": "6.4.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index 647fd6e7..2b56e3d4 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.4.1", + "version": "6.4.2", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index 3819c780..a25b2efc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,18 @@ 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.2](https://github.com/rive-app/rive-ios/compare/6.4.1...6.4.2) + +- Updating version files [`407c576`](https://github.com/rive-app/rive-ios/commit/407c576481777734711fdf670c64abf686081c9a) +- Update macOS runner for cocoapods publish to macOS 14 [`f9e0e7a`](https://github.com/rive-app/rive-ios/commit/f9e0e7a690127d2dd9570a73f24a299f629d4731) + #### [6.4.1](https://github.com/rive-app/rive-ios/compare/6.4.0...6.4.1) +> 5 December 2024 + +- chore: release v6.4.1 [`ef78437`](https://github.com/rive-app/rive-ios/commit/ef78437edbcd78f5904c8d7315038fbcfe1158ff) - 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) diff --git a/VERSION b/VERSION index 306894a1..04757a5d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.4.1 \ No newline at end of file +6.4.2 \ No newline at end of file