diff --git a/.github/scripts/release/package-lock.json b/.github/scripts/release/package-lock.json index 1b456827..0a50a88d 100644 --- a/.github/scripts/release/package-lock.json +++ b/.github/scripts/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "1.0.6", + "version": "1.0.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/scripts/release/package.json b/.github/scripts/release/package.json index 2fd42d15..d0354980 100644 --- a/.github/scripts/release/package.json +++ b/.github/scripts/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "1.0.6", + "version": "1.0.7", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index 29021ff6..07c256e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +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). +#### [1.0.7](https://github.com/rive-app/rive-ios/compare/1.0.6...1.0.7) + +- Update readme [`0a15614`](https://github.com/rive-app/rive-ios/commit/0a15614ce60389d062354cf01f06d239d55708d9) + #### [1.0.6](https://github.com/rive-app/rive-ios/compare/1.0.5...1.0.6) +> 4 February 2022 + - Update submodule & libs [`87e0885`](https://github.com/rive-app/rive-ios/commit/87e0885972e97fffd381e5add1d1cd72828e19b3) +- chore: release v1.0.6 [`441d0e7`](https://github.com/rive-app/rive-ios/commit/441d0e75c29df5b2bd923a8d7fc0d7e66f06bc9e) #### [1.0.5](https://github.com/rive-app/rive-ios/compare/1.0.4...1.0.5) diff --git a/VERSION b/VERSION index ece61c60..f9cbc01a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.6 \ No newline at end of file +1.0.7 \ No newline at end of file