diff --git a/.github/release/package-lock.json b/.github/release/package-lock.json index 07862406..48bd66dd 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "1.0.10", + "version": "1.0.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index b96cdf53..e128de6f 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "1.0.10", + "version": "1.0.11", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index 977b08fd..6d00d62a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ 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). +#### [1.0.11](https://github.com/rive-app/rive-ios/compare/1.0.10...1.0.11) + +- Removing from github installation instructions [`6529a0d`](https://github.com/rive-app/rive-ios/commit/6529a0d565af1a49c2087eac0cc0a9d779c15fbd) +- Updating version files [`a845716`](https://github.com/rive-app/rive-ios/commit/a845716f57df372f3d3b703d70034cd9c602da4f) + #### [1.0.10](https://github.com/rive-app/rive-ios/compare/1.0.9...1.0.10) +> 10 March 2022 + - changed up build scripts to add a zip output for releases and make swiftPM & cocoapods use that [`a2c02b2`](https://github.com/rive-app/rive-ios/commit/a2c02b20f3a618f24412d5130ea47f15d21d3fb7) - moved scripts into /scripts, and added configure script to orchestrate installing skia dependencies [`6756e5d`](https://github.com/rive-app/rive-ios/commit/6756e5d014dfaca8675b890e30ce3f858c5ec976) - updated readme/contributing/gitignore and moved search headers to look in dependencies [`e993745`](https://github.com/rive-app/rive-ios/commit/e993745c1addc481b69307d329571ee1f0501300) diff --git a/VERSION b/VERSION index 437d26b1..86844988 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.10 \ No newline at end of file +1.0.11 \ No newline at end of file