diff --git a/.github/scripts/release/package-lock.json b/.github/scripts/release/package-lock.json index 3d1acd73..c57612ce 100644 --- a/.github/scripts/release/package-lock.json +++ b/.github/scripts/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "rive-android-release-stub", - "version": "8.1.3", + "version": "8.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/scripts/release/package.json b/.github/scripts/release/package.json index f41f8e9d..2ca58ddc 100644 --- a/.github/scripts/release/package.json +++ b/.github/scripts/release/package.json @@ -1,6 +1,6 @@ { "name": "rive-android-release-stub", - "version": "8.1.3", + "version": "8.2.0", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index 113084c4..aa9aa784 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,17 @@ 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). +#### [8.2.0](https://github.com/rive-app/rive-android/compare/8.1.3...8.2.0) + +- Reuse clip contents in PLS [`a4ec89a`](https://github.com/rive-app/rive-android/commit/a4ec89a43ebe5cd4de76d39362321209b156ac64) + #### [8.1.3](https://github.com/rive-app/rive-android/compare/8.1.2...8.1.3) +> 10 August 2023 + +- chore: release v8.1.3 [`0142ae6`](https://github.com/rive-app/rive-android/commit/0142ae68e3a3b219f665299dc7c20651e9cfeea6) - Add rive::math::msb() [`ebb5066`](https://github.com/rive-app/rive-android/commit/ebb5066d9266188df0a0a04a538f0c5d8d24ab89) - Add a Bitmap::detachBytes method [`c5e9c0f`](https://github.com/rive-app/rive-android/commit/c5e9c0f910a4f4d9a74dcf80029d550f8195d45c) -- Letter spacing! [`2a190df`](https://github.com/rive-app/rive-android/commit/2a190df56a6689adb54abca871ba9a4a5d7a34b1) #### [8.1.2](https://github.com/rive-app/rive-android/compare/8.1.1...8.1.2) diff --git a/VERSION b/VERSION index d5783154..88dee361 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.1.3 \ No newline at end of file +8.2.0 \ No newline at end of file