diff --git a/.github/release/package-lock.json b/.github/release/package-lock.json index f39e82a..37f5295 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.1.1", + "version": "6.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index 9991bb9..ac12af7 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.1.1", + "version": "6.1.2", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index f8cbe76..68fd866 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.1.2](https://github.com/rive-app/rive-ios/compare/6.1.1...6.1.2) + +- Add support for decoding Apple native font via factory [`a3ae86e`](https://github.com/rive-app/rive-ios/commit/a3ae86e599e936649ac79e2d0f9cadde70f8feb0) +- Add size property to RiveImageAsset on iOS [`6a8244e`](https://github.com/rive-app/rive-ios/commit/6a8244eb5ccdf06c92f384a0a1be6ba99adfadfa) +- Updating version files [`d57f7dc`](https://github.com/rive-app/rive-ios/commit/d57f7dcc738562d191c5ccdcb33f7fac163ca010) + #### [6.1.1](https://github.com/rive-app/rive-ios/compare/6.1.0...6.1.1) +> 12 September 2024 + +- chore: release v6.1.1 [`ad2419c`](https://github.com/rive-app/rive-ios/commit/ad2419c05bc03fbb2c7cc333240104f1755ddd29) - Updating version files [`8d68f34`](https://github.com/rive-app/rive-ios/commit/8d68f3456f61b33987662fd48006edea5798d491) - bump premake [`e84ac8e`](https://github.com/rive-app/rive-ios/commit/e84ac8ec1b3703cb0c9d7a09cf67693c632885a1) -- Fix intrinsically sizeable bug [`84a3028`](https://github.com/rive-app/rive-ios/commit/84a3028f6991633deb4bda59f68983c498e721f6) #### [6.1.0](https://github.com/rive-app/rive-ios/compare/6.0.7...6.1.0) diff --git a/VERSION b/VERSION index 132c6de..92f2ea2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.1.1 \ No newline at end of file +6.1.2 \ No newline at end of file