diff --git a/.github/release/package-lock.json b/.github/release/package-lock.json index 24c68600..b4d8bc48 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "5.14.3", + "version": "5.14.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index 6c663110..087b6c49 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "5.14.3", + "version": "5.14.4", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index daa712b1..e9882541 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +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). +#### [5.14.4](https://github.com/rive-app/rive-ios/compare/5.14.3...5.14.4) + +- Updating version files [`2d57360`](https://github.com/rive-app/rive-ios/commit/2d57360a5340c66f557d2397398556c1586d492b) +- Only call state machine delegate function if delegate exists [`99b9a82`](https://github.com/rive-app/rive-ios/commit/99b9a827605bbec2922929383fb3d16c1765e218) + #### [5.14.3](https://github.com/rive-app/rive-ios/compare/5.14.2...5.14.3) +> 6 July 2024 + - add missing validations [`#7531`](https://github.com/rive-app/rive-ios/issues/7531) - Improve handling of nullable values in iOS renderer [`76aef26`](https://github.com/rive-app/rive-ios/commit/76aef265d11d9e3d3ab9732aff338e8b8f76a31d) +- chore: release v5.14.3 [`d9f25cc`](https://github.com/rive-app/rive-ios/commit/d9f25cc29ee67a35ed4a90cdf68e704517fe5cc8) - Turn iOS golden testing back on [`701a1df`](https://github.com/rive-app/rive-ios/commit/701a1df004b65299ed30899c845ad9c88a811d6f) -- Updating version files [`6c711f1`](https://github.com/rive-app/rive-ios/commit/6c711f138832fe8ea1154e58970f52da835f0137) #### [5.14.2](https://github.com/rive-app/rive-ios/compare/5.14.1...5.14.2) diff --git a/VERSION b/VERSION index 7f3588a1..21315499 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.14.3 \ No newline at end of file +5.14.4 \ No newline at end of file