diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d27562..d417c09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.0.1](https://github.com/fhstp/unity-apply-material-all/compare/1.0.0...1.0.1) (2024-11-05) + + +### Bug Fixes + +* add missing meta files ([15dbcbf](https://github.com/fhstp/unity-apply-material-all/commit/15dbcbf06c0979a374ac0d28062ca009258c7251)) +* bad selection logic ([8cde10d](https://github.com/fhstp/unity-apply-material-all/commit/8cde10d10a62e20ddfdc65723c941df413a0b081)) + # 1.0.0 (2024-11-05) diff --git a/package.json b/package.json index b353c31..bdfd5fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "at.ac.fhstp.apply-material-all", - "version": "1.0.0", + "version": "1.0.1", "description": "A Unity editor utility for applying a material to all GameObjects in a hierarchy", "displayName": "ApplyMaterialAll", "unity": "2020.1", @@ -9,4 +9,4 @@ "email": "ramon.brullo@fhstp.ac.at" }, "dependencies": {} -} \ No newline at end of file +}