From 2ae76fb08adcd3b5c9e2d8b570f3aaca5454c3ff Mon Sep 17 00:00:00 2001 From: zplata Date: Tue, 4 Oct 2022 17:40:39 +0000 Subject: [PATCH] chore: release v3.0.4 --- .github/release/package-lock.json | 2 +- .github/release/package.json | 2 +- CHANGELOG.md | 8 ++++++++ VERSION | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/release/package-lock.json b/.github/release/package-lock.json index 7a51f408..8758e745 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "3.0.3", + "version": "3.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index 9c1eb3ae..9c6809d2 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "3.0.3", + "version": "3.0.4", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index ff0c4ea1..07e39ff3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ 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). +#### [3.0.4](https://github.com/rive-app/rive-ios/compare/3.0.3...3.0.4) + +- clang-format updates [`d53d5ae`](https://github.com/rive-app/rive-ios/commit/d53d5ae44d3797477f7546f87ce1e09fc0da9526) +- docs: fix links and some verbiage in the iOS runtime README [`3d8cbf3`](https://github.com/rive-app/rive-ios/commit/3d8cbf3623e3b23ee681dacdd785c8879c4e05f9) +- Updating version files [`ff5bd4f`](https://github.com/rive-app/rive-ios/commit/ff5bd4f5f6c14af4526564a130cba321b6be93c8) + #### [3.0.3](https://github.com/rive-app/rive-ios/compare/3.0.2...3.0.3) +> 27 September 2022 + - Deindent namespaces [`9f165c2`](https://github.com/rive-app/rive-ios/commit/9f165c2d73473caccf3ae99eed2f7c4d0b59f5da) - clang-format tweaks [`2ab3417`](https://github.com/rive-app/rive-ios/commit/2ab34178daa91a06ecfbc26a23781b373706e2a6) - iOS - Fixed setArtboard bug in RiveModel [`bb229e0`](https://github.com/rive-app/rive-ios/commit/bb229e011ed5c11d8f13d0652fdd3862ea5a8f62) diff --git a/VERSION b/VERSION index 282895a8..b38ebbfc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.3 \ No newline at end of file +3.0.4 \ No newline at end of file