From d1b2a00ddb91224940e57fb016a28d458edf7f51 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 10 Oct 2020 10:41:01 +0000 Subject: [PATCH] chore(release): 2.3.5 [skip ci] ## [2.3.5](https://github.com/Whinarn/UnityMeshSimplifier/compare/v2.3.4...v2.3.5) (2020-10-10) ### Bug Fixes * **lod-generator-helper:** mark scene as dirty ([7554f8e](https://github.com/Whinarn/UnityMeshSimplifier/commit/7554f8ecb7cd105aacdad4a07d32eaf081cf7ae3)) * **unity:** increase support for unity 2020 ([7a28614](https://github.com/Whinarn/UnityMeshSimplifier/commit/7a286148aecef6f7918abce34f3e7000f2856f4a)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f850f4..4d83399 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.3.5](https://github.com/Whinarn/UnityMeshSimplifier/compare/v2.3.4...v2.3.5) (2020-10-10) + + +### Bug Fixes + +* **lod-generator-helper:** mark scene as dirty ([7554f8e](https://github.com/Whinarn/UnityMeshSimplifier/commit/7554f8ecb7cd105aacdad4a07d32eaf081cf7ae3)) +* **unity:** increase support for unity 2020 ([7a28614](https://github.com/Whinarn/UnityMeshSimplifier/commit/7a286148aecef6f7918abce34f3e7000f2856f4a)) + ## [2.3.4](https://github.com/Whinarn/UnityMeshSimplifier/compare/v2.3.3...v2.3.4) (2020-08-25) diff --git a/package.json b/package.json index b42bce4..636b919 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.whinarn.unitymeshsimplifier", "displayName": "Unity Mesh Simplifier", - "version": "2.3.4", + "version": "2.3.5", "unity": "2017.1", "description": "Simplifies 3D meshes with ease. Works both in the editor and during runtime in builds.", "type": "library",