From 255a60696e08dc66cdd0579580b130b971afdaf4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 5 Nov 2024 15:26:13 +0000 Subject: [PATCH] ci: 1.0.2 [skip ci] ## [1.0.2](https://github.com/fhstp/unity-apply-material-all/compare/1.0.1...1.0.2) (2024-11-05) ### Bug Fixes * empty lines ([211bf01](https://github.com/fhstp/unity-apply-material-all/commit/211bf0106bb2594d9289d685374fc718a5e3440d)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d417c09..70362ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.2](https://github.com/fhstp/unity-apply-material-all/compare/1.0.1...1.0.2) (2024-11-05) + + +### Bug Fixes + +* empty lines ([211bf01](https://github.com/fhstp/unity-apply-material-all/commit/211bf0106bb2594d9289d685374fc718a5e3440d)) + ## [1.0.1](https://github.com/fhstp/unity-apply-material-all/compare/1.0.0...1.0.1) (2024-11-05) diff --git a/package.json b/package.json index bdfd5fc..97cc00d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "at.ac.fhstp.apply-material-all", - "version": "1.0.1", + "version": "1.0.2", "description": "A Unity editor utility for applying a material to all GameObjects in a hierarchy", "displayName": "ApplyMaterialAll", "unity": "2020.1",