Skip to content

Commit

Permalink
chore: release v5.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mjtalbot committed Jun 3, 2024
1 parent 58fa0c4 commit 60adeaa
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/release/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/release/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "release",
"version": "5.12.0",
"version": "5.12.1",
"description": "",
"scripts": {
"release": "release-it"
Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,21 @@ 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.12.1](https://github.com/rive-app/rive-ios/compare/5.12.0...5.12.1)

- Fix libjpg on Mac Sonoma [`296c14d`](https://github.com/rive-app/rive-ios/commit/296c14d321fabfa73565ade6e00604cde95776e1)
- only start/stop the audio engine if its been initialized [`fbe16bb`](https://github.com/rive-app/rive-ios/commit/fbe16bb3dd88589901634061a0433bd2099264f6)
- Updating version files [`58fa0c4`](https://github.com/rive-app/rive-ios/commit/58fa0c47ebe6ebce1d524dedeba529dfb8e7d4ec)

#### [5.12.0](https://github.com/rive-app/rive-ios/compare/5.11.6...5.12.0)

> 28 May 2024
- fix for unexpected triggered events [`#7226`](https://github.com/rive-app/rive-ios/issues/7226)
- use world bounds for coarse grained collision test [`#7286`](https://github.com/rive-app/rive-ios/issues/7286)
- chore: release v5.12.0 [`4fa7956`](https://github.com/rive-app/rive-ios/commit/4fa7956e9cef827f2a70dfdeac14c4f534157e43)
- Updating version files [`08ef281`](https://github.com/rive-app/rive-ios/commit/08ef281d0900987ea5d265b2ddb086c3f19aecc2)
- Use unique_ptr in import stack. [`02a837c`](https://github.com/rive-app/rive-ios/commit/02a837c6a721845280dc829fda1b24e03d588964)
- Fail early with bad blend modes. [`05e8058`](https://github.com/rive-app/rive-ios/commit/05e8058032619b6e0e8aae018040bc0dc05463e8)

#### [5.11.6](https://github.com/rive-app/rive-ios/compare/5.11.5...5.11.6)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.12.0
5.12.1

0 comments on commit 60adeaa

Please sign in to comment.