Skip to content

Commit

Permalink
chore: release v6.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dskuza committed Sep 19, 2024
1 parent d57f7dc commit 8b165db
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": "6.1.1",
"version": "6.1.2",
"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,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)

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

0 comments on commit 8b165db

Please sign in to comment.