diff --git a/.github/scripts/release/package-lock.json b/.github/scripts/release/package-lock.json index 763ba064..132ca4b1 100644 --- a/.github/scripts/release/package-lock.json +++ b/.github/scripts/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "0.15.13", + "version": "0.15.14", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/scripts/release/package.json b/.github/scripts/release/package.json index 5ec0ebc1..87704a40 100644 --- a/.github/scripts/release/package.json +++ b/.github/scripts/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "0.15.13", + "version": "0.15.14", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index 731c943f..f24eab90 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). +#### [0.15.14](https://github.com/rive-app/rive-ios/compare/0.15.13...0.15.14) + +- update our workflows to run on macos 11 [`b55ac74`](https://github.com/rive-app/rive-ios/commit/b55ac747d917e586c5309a20bc0db6a60f8dadd0) +- hardcode test build version [`b396571`](https://github.com/rive-app/rive-ios/commit/b39657177d72111fd72bcafb8b93f88018613b2e) + #### [0.15.13](https://github.com/rive-app/rive-ios/compare/0.15.12...0.15.13) +> 23 November 2021 + - add test build frameowrk script [`2d5aabd`](https://github.com/rive-app/rive-ios/commit/2d5aabd339447d68a6cd230ce09cd50cfc2f8633) +- chore: release v0.15.13 [`0dad36a`](https://github.com/rive-app/rive-ios/commit/0dad36a68a560e4da34fa662308e5b0c4eda1383) - update build test framework name [`99e931b`](https://github.com/rive-app/rive-ios/commit/99e931b0fb7d8a3b087115bd0c32580fc0bc8531) -- add workflow dispatch to test workflow [`da25488`](https://github.com/rive-app/rive-ios/commit/da25488013f4dca301d3d143b86856f6f1943433) #### [0.15.12](https://github.com/rive-app/rive-ios/compare/0.15.11...0.15.12) diff --git a/VERSION b/VERSION index 3e139ab0..9b951154 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.15.13 \ No newline at end of file +0.15.14 \ No newline at end of file