From d2b807d013589dc2c7c85a9b5533c3b882301b7d Mon Sep 17 00:00:00 2001 From: mjtalbot Date: Thu, 28 Oct 2021 08:26:15 +0000 Subject: [PATCH] chore: release v0.15.9 --- .github/scripts/release/package-lock.json | 2 +- .github/scripts/release/package.json | 2 +- CHANGELOG.md | 8 ++++++++ VERSION | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/scripts/release/package-lock.json b/.github/scripts/release/package-lock.json index 1eb8155d..ce111a57 100644 --- a/.github/scripts/release/package-lock.json +++ b/.github/scripts/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "0.15.8", + "version": "0.15.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/scripts/release/package.json b/.github/scripts/release/package.json index 11fed6ab..5cee5d38 100644 --- a/.github/scripts/release/package.json +++ b/.github/scripts/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "0.15.8", + "version": "0.15.9", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index cbc7d921..4b6b5aa1 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). +#### [0.15.9](https://github.com/rive-app/rive-ios/compare/0.15.8...0.15.9) + +- Update cpp dependency [`afb3dbf`](https://github.com/rive-app/rive-ios/commit/afb3dbf74295c8d6a5a4d13ac69dc709c3627225) +- add nested animation test file to ios [`032816d`](https://github.com/rive-app/rive-ios/commit/032816d200b1c488241b9ebeb53345c045069230) + #### [0.15.8](https://github.com/rive-app/rive-ios/compare/0.15.7...0.15.8) +> 7 September 2021 + +- chore: release v0.15.8 [`af19282`](https://github.com/rive-app/rive-ios/commit/af192825982dbe5bdcd2636ed2670c723278a056) - feature: bumped cpp to add ik constraint fix [`b5d78f5`](https://github.com/rive-app/rive-ios/commit/b5d78f5a19bfa18d5cf300142d8545feb3b016f0) #### [0.15.7](https://github.com/rive-app/rive-ios/compare/0.15.6...0.15.7) diff --git a/VERSION b/VERSION index 4bbe4d78..edeb9dd3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.15.8 \ No newline at end of file +0.15.9 \ No newline at end of file