diff --git a/.github/release/package-lock.json b/.github/release/package-lock.json index cf96089c..a9d2ff36 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "5.8.0", + "version": "5.9.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index 317700b4..e55c887e 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "5.8.0", + "version": "5.9.0", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index 8499029c..fe8ca3d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ 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.9.0](https://github.com/rive-app/rive-ios/compare/5.8.0...5.9.0) + +- Updating version files [`136400d`](https://github.com/rive-app/rive-ios/commit/136400d0f52dedeb5f08acb2e401937cc66544ad) +- sort hit shapes when draw order changes and stop propagation on hit s… [`af86d5d`](https://github.com/rive-app/rive-ios/commit/af86d5dd4e9e1ca3f01690eb7ad72301345e6ae0) +- Updating harfbuzz to 8.3.0 [`3f682e2`](https://github.com/rive-app/rive-ios/commit/3f682e21e137d3fc002c5820006dd9a8887bb97c) + #### [5.8.0](https://github.com/rive-app/rive-ios/compare/5.7.1...5.8.0) +> 16 February 2024 + - Ios preview [`503aded`](https://github.com/rive-app/rive-ios/commit/503aded9825c3562340749112a4a0aafb13ee94f) - Reorganize premake [`b89acbf`](https://github.com/rive-app/rive-ios/commit/b89acbf22cda381d2ea4e0eaf033c95df2e3d76e) - Audio engine [`8168e18`](https://github.com/rive-app/rive-ios/commit/8168e18840dfea9dba0702c5c5ba851171ef59cd) diff --git a/VERSION b/VERSION index edb1d397..cf513611 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.8.0 \ No newline at end of file +5.9.0 \ No newline at end of file