From a1952271f46b5437817f52803646770ed1aaec01 Mon Sep 17 00:00:00 2001 From: HayesGordon Date: Mon, 14 Aug 2023 12:06:16 +0000 Subject: [PATCH] chore: release v5.1.6 --- .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 dc5f1b7f..e999ff12 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "5.1.5", + "version": "5.1.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index e801945a..6f99b800 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "5.1.5", + "version": "5.1.6", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index 789ef670..623b90ac 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.1.6](https://github.com/rive-app/rive-ios/compare/5.1.5...5.1.6) + +- Updating version files [`d1edfc1`](https://github.com/rive-app/rive-ios/commit/d1edfc1926c0070e25a29310353fde8fc690d313) +- Fix issue with nested artboards not updating follow path constraints. [`b2099af`](https://github.com/rive-app/rive-ios/commit/b2099afd9cb367e37f951aa988f7996f55c37908) + #### [5.1.5](https://github.com/rive-app/rive-ios/compare/5.1.4...5.1.5) +> 10 August 2023 + +- chore: release v5.1.5 [`7fbdb2b`](https://github.com/rive-app/rive-ios/commit/7fbdb2b13f1f2b6e9bcd80559f52bd2f2d231004) - Updating version files [`7906a93`](https://github.com/rive-app/rive-ios/commit/7906a93e91b585b66b98f4738d994d7962a783bb) - Add rive::math::msb() [`428da94`](https://github.com/rive-app/rive-ios/commit/428da94a1baef57809b568f73f284715e1de3c24) -- Add a Bitmap::detachBytes method [`ae94265`](https://github.com/rive-app/rive-ios/commit/ae94265c703651e3dcd812473f1bc4121f7edacb) #### [5.1.4](https://github.com/rive-app/rive-ios/compare/5.1.3...5.1.4) diff --git a/VERSION b/VERSION index ed95ef77..7a3e417f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.1.5 \ No newline at end of file +5.1.6 \ No newline at end of file