From 106a3cd1693844f747dbbd05523b8e82561c3ed6 Mon Sep 17 00:00:00 2001 From: dskuza Date: Tue, 13 Jan 2026 14:09:46 +0000 Subject: [PATCH] chore: release v6.13.0 --- .github/release/package-lock.json | 4 ++-- .github/release/package.json | 2 +- CHANGELOG.md | 10 +++++++++- VERSION | 2 +- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.github/release/package-lock.json b/.github/release/package-lock.json index 160937e..ca85193 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,12 +1,12 @@ { "name": "release", - "version": "6.12.3", + "version": "6.13.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "release", - "version": "6.12.3", + "version": "6.13.0", "license": "ISC", "devDependencies": { "@release-it/bumper": "^7.0.5", diff --git a/.github/release/package.json b/.github/release/package.json index 46e66e2..9d4a0c1 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.12.3", + "version": "6.13.0", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c118b6..1ea2292 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.13.0](https://github.com/rive-app/rive-ios/compare/6.12.3...6.13.0) + +- feat(apple): add scripting (#11420) 41554dc098 [`1fd12f4`](https://github.com/rive-app/rive-ios/commit/1fd12f448d8f8e139877afde850776520191ef58) +- Updating version files [`5728903`](https://github.com/rive-app/rive-ios/commit/5728903929f5bf5649cf9ec2ad82610dfee63b57) +- Fix ScriptedDrawable save/restore (#11451) e7142dcfed [`ddfaf37`](https://github.com/rive-app/rive-ios/commit/ddfaf378cde8527c58a511d7e3c6a43efdf2fd29) + #### [6.12.3](https://github.com/rive-app/rive-ios/compare/6.12.2...6.12.3) +> 3 December 2025 + +- chore: release v6.12.3 [`d2919b9`](https://github.com/rive-app/rive-ios/commit/d2919b9f21fb0584705c557fbb67b681f0cd847f) - Updating version files [`3557439`](https://github.com/rive-app/rive-ios/commit/35574393259930f742c46b85bac36fb021bfd857) - chore: ScriptedDataConverter in runtime (#11053) 05e1b4ab9f [`c1337f1`](https://github.com/rive-app/rive-ios/commit/c1337f1abf227524dd31a617d9e7593d7486f86d) -- Update the versions of the spir-v shaders to all be 460 (#11209) f38d54d8e4 [`cb5e586`](https://github.com/rive-app/rive-ios/commit/cb5e586e6b35d75706946928bbd5054b9e0734e8) #### [6.12.2](https://github.com/rive-app/rive-ios/compare/6.12.1...6.12.2) diff --git a/VERSION b/VERSION index 4ae7dbe..477ec24 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.12.3 \ No newline at end of file +6.13.0 \ No newline at end of file