Skip to content

Commit

Permalink
chore: release v5.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dskuza committed Jul 16, 2024
1 parent 2e342b3 commit 347c021
Show file tree
Hide file tree
Showing 4 changed files with 13 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.14.5",
"version": "5.15.0",
"description": "",
"scripts": {
"release": "release-it"
Expand Down
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,20 @@ 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.15.0](https://github.com/rive-app/rive-ios/compare/5.14.5...5.15.0)

- Fix crash when skinnable isn’t found. [`#7317`](https://github.com/rive-app/rive/issues/7317)
- Add new state machine delegate callback for touch event hit results [`cb45051`](https://github.com/rive-app/rive-ios/commit/cb450515007bf6bf4c6d4379fc9e8cd6842dffe1)
- Updating version files [`2e342b3`](https://github.com/rive-app/rive-ios/commit/2e342b3a9117911f62cec5895bafa6dadbdb3a0b)
- Set audio to mix on for iOS (simulator) and Catalyst [`5185fe2`](https://github.com/rive-app/rive-ios/commit/5185fe2b5e5508936ea9ce1c8e4f974d0945c726)

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

> 10 July 2024
- chore: release v5.14.5 [`2dec5c2`](https://github.com/rive-app/rive-ios/commit/2dec5c27673ba96e228bb9661190852b8fa909a7)
- Updating version files [`cc6f776`](https://github.com/rive-app/rive-ios/commit/cc6f776b77384e2f36e9c7ef1b4b3812b5c7189e)
- change how forAll iterates over children [`b6b7f40`](https://github.com/rive-app/rive-ios/commit/b6b7f407511416edc7154b80726a69f3fb856215)
- Fix jpeg and png decode overflows and error handling. [`af32662`](https://github.com/rive-app/rive-ios/commit/af326625537ca5fb1aa2904bafa40c4dbbb0c452)

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

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

0 comments on commit 347c021

Please sign in to comment.