From 5e748961132cbac19289bf7dbc4acec0c368847b Mon Sep 17 00:00:00 2001 From: bodymovin Date: Fri, 7 Jun 2024 00:29:56 +0000 Subject: [PATCH] chore: release v5.13.1 --- .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 8cb43b44..c6a39d8d 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "5.13.0", + "version": "5.13.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index c9b40ddf..547e6323 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "5.13.0", + "version": "5.13.1", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index 10a79c89..65c1eba5 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). +#### [5.13.1](https://github.com/rive-app/rive-ios/compare/5.13.0...5.13.1) + +- Updating version files [`687e3a9`](https://github.com/rive-app/rive-ios/commit/687e3a9bb39d6b2601506ec02a16a61bbc1262a9) +- fix bounds calculation ahead of time [`8e5add5`](https://github.com/rive-app/rive-ios/commit/8e5add54aeda86c77f85ff67f26ef4cbe2499af1) + #### [5.13.0](https://github.com/rive-app/rive-ios/compare/5.12.1...5.13.0) +> 6 June 2024 + - Downstream ios pr [`694ce3b`](https://github.com/rive-app/rive-ios/commit/694ce3b68438ebef7d8f8eda39bf83095041b7ba) - manually apply upstream change [`97daf48`](https://github.com/rive-app/rive-ios/commit/97daf48c553482d7de7001d806cacc7f0b6a6c54) -- Include nested artboard path in input cache on iOS [`92051ed`](https://github.com/rive-app/rive-ios/commit/92051ed958038b7e0c7e820ead69ab4144590ae3) +- chore: release v5.13.0 [`15202ca`](https://github.com/rive-app/rive-ios/commit/15202ca591d342c16c9195da79094931be272ca6) #### [5.12.1](https://github.com/rive-app/rive-ios/compare/5.12.0...5.12.1) diff --git a/VERSION b/VERSION index 22f097e2..47c78569 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.13.0 \ No newline at end of file +5.13.1 \ No newline at end of file