From 5f00b08174f89b7d7b678101b72bce86597b6f55 Mon Sep 17 00:00:00 2001 From: zplata Date: Mon, 7 Aug 2023 19:03:15 +0000 Subject: [PATCH] chore: release v5.1.4 --- .github/release/package-lock.json | 2 +- .github/release/package.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++-- VERSION | 2 +- 4 files changed, 20 insertions(+), 5 deletions(-) diff --git a/.github/release/package-lock.json b/.github/release/package-lock.json index 482933c3..eac2cbde 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "5.1.3", + "version": "5.1.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index 34082485..ee0f44d2 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "5.1.3", + "version": "5.1.4", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index 55ed7683..239a1144 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,18 @@ 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.1.4](https://github.com/rive-app/rive-ios/compare/5.1.3...5.1.4) + +- Updating version files [`31027d5`](https://github.com/rive-app/rive-ios/commit/31027d559f11a80feafe09f7f0f07350a3911122) +- Require only app-extension-safe APIs [`cec7e9e`](https://github.com/rive-app/rive-ios/commit/cec7e9e64739822233148799d6cda3bb1a0c8a7f) + #### [5.1.3](https://github.com/rive-app/rive-ios/compare/5.1.2...5.1.3) +> 5 August 2023 + +- chore: release v5.1.3 [`0a9c026`](https://github.com/rive-app/rive-ios/commit/0a9c02602a2aa0ca995b81cb8cf1600a5202ed39) - Updating version files [`af41f0a`](https://github.com/rive-app/rive-ios/commit/af41f0a96c80ae9ba1c621b30ceeaa0ec806e82e) - fix leak in move operator= on SimpleArray [`8e89aa9`](https://github.com/rive-app/rive-ios/commit/8e89aa9e941f230aab8627708bea3e5a98c7dc89) -- Make rive_decoders compile on Windows [`b4c07ab`](https://github.com/rive-app/rive-ios/commit/b4c07ab84121587317507d0bfa74734cd67f59e5) #### [5.1.2](https://github.com/rive-app/rive-ios/compare/5.1.1...5.1.2) @@ -34,7 +41,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - chore: release v5.1.0 [`794fac9`](https://github.com/rive-app/rive-ios/commit/794fac904b72ee8f116963f4bb4753c395f7c6c8) - Updating version files [`c674b85`](https://github.com/rive-app/rive-ios/commit/c674b856e68032d5d40f765315af089c83f40623) -### [5.0.0](https://github.com/rive-app/rive-ios/compare/4.0.5...5.0.0) +### [5.0.0](https://github.com/rive-app/rive-ios/compare/4.0.6...5.0.0) > 26 July 2023 @@ -42,6 +49,14 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - chore: release v5.0.0 [`bad6398`](https://github.com/rive-app/rive-ios/commit/bad639857cd22e28456f62f055732cf13ff67476) - Updating version files [`8c52c9e`](https://github.com/rive-app/rive-ios/commit/8c52c9ebe13a8168cfea79171a93462d155a6458) +#### [4.0.6](https://github.com/rive-app/rive-ios/compare/4.0.5...4.0.6) + +> 7 August 2023 + +- chore: release v4.0.6 [`0d09707`](https://github.com/rive-app/rive-ios/commit/0d09707fe86afd4e6f55442fb932d65e3d138d70) +- Updating version files [`4852246`](https://github.com/rive-app/rive-ios/commit/48522467b79ecb24c67cc7a0e30b96607d04fd72) +- Require only app-extension-safe APIs [`7c66866`](https://github.com/rive-app/rive-ios/commit/7c668665ac5c8e3165457c9bab4b81c6c2e7f900) + #### [4.0.5](https://github.com/rive-app/rive-ios/compare/4.0.4...4.0.5) > 21 July 2023 diff --git a/VERSION b/VERSION index 935851a1..00d9e414 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.1.3 \ No newline at end of file +5.1.4 \ No newline at end of file