diff --git a/.github/release/package-lock.json b/.github/release/package-lock.json index 4fb43769..2790bfd8 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "3.0.5", + "version": "3.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index 95ac9d70..43b9d444 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "3.0.5", + "version": "3.1.0", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f0f6f1f..9a1d3b3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +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). +#### [3.1.0](https://github.com/rive-app/rive-ios/compare/3.0.5...3.1.0) + +- Fit bug fix [`e9ad147`](https://github.com/rive-app/rive-ios/commit/e9ad1474a1a729a8d8b0b267d634be578976310b) +- Updating version files [`90295d7`](https://github.com/rive-app/rive-ios/commit/90295d735e47a479404f12ea5eafdd6f0e0d77a1) +- Fix for incorrectly interpreting a RenderMetricsPath as a RenderPath [`edfe5ae`](https://github.com/rive-app/rive-ios/commit/edfe5ae6316f032b12e0e197d6b533a242791304) + #### [3.0.5](https://github.com/rive-app/rive-ios/compare/3.0.4...3.0.5) +> 21 October 2022 + - apply speed to both time and total time [`#3927`](https://github.com/rive-app/rive-ios/issues/3927) +- chore: release v3.0.5 [`6f2ca66`](https://github.com/rive-app/rive-ios/commit/6f2ca664bee8519a91d8f3779057eba2bb684d78) - Updating version files [`d5c13a0`](https://github.com/rive-app/rive-ios/commit/d5c13a0c6f1f5f39651a7a9337616e66ebcdcd74) - Bidi Text Support [`792c9cc`](https://github.com/rive-app/rive-ios/commit/792c9cc34c2b1e62cde401148692ac8b667f6ebf) -- Adding artboard clip test. [`c41d325`](https://github.com/rive-app/rive-ios/commit/c41d325c1c5661ce871450e3805c0ef13fda86c1) #### [3.0.4](https://github.com/rive-app/rive-ios/compare/3.0.3...3.0.4) diff --git a/VERSION b/VERSION index 7da3c168..a0cd9f0c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.5 \ No newline at end of file +3.1.0 \ No newline at end of file