From f5ebaea0fab7632051e4adf49d832e6b2c683da0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 8 May 2024 22:12:05 +0000 Subject: [PATCH] chore(release): 5.0.5 [skip ci] ## [5.0.5](https://github.com/Cammin/LDtkToUnity/compare/5.0.4...5.0.5) (2024-05-08) ### Bug Fixes * improve logs for problem with definition objects accessing a sprite for further investigation ([bd5617e](https://github.com/Cammin/LDtkToUnity/commit/bd5617e6c61bd1b3f9c8b683d1792e0d8329edc7)) --- Assets/LDtkUnity/CHANGELOG.md | 7 +++++++ Assets/LDtkUnity/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Assets/LDtkUnity/CHANGELOG.md b/Assets/LDtkUnity/CHANGELOG.md index cab1c767..fceaef13 100644 --- a/Assets/LDtkUnity/CHANGELOG.md +++ b/Assets/LDtkUnity/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.5](https://github.com/Cammin/LDtkToUnity/compare/5.0.4...5.0.5) (2024-05-08) + + +### Bug Fixes + +* improve logs for problem with definition objects accessing a sprite for further investigation ([bd5617e](https://github.com/Cammin/LDtkToUnity/commit/bd5617e6c61bd1b3f9c8b683d1792e0d8329edc7)) + ## [5.0.4](https://github.com/Cammin/LDtkToUnity/compare/5.0.3...5.0.4) (2024-05-08) diff --git a/Assets/LDtkUnity/package.json b/Assets/LDtkUnity/package.json index 9502191e..9101280c 100644 --- a/Assets/LDtkUnity/package.json +++ b/Assets/LDtkUnity/package.json @@ -1,6 +1,6 @@ { "name": "com.cammin.ldtkunity", - "version": "5.0.4", + "version": "5.0.5", "displayName": "LDtk to Unity", "description": "A Unity importer system for the Level Designer Toolkit.", "documentationUrl": "https://cammin.github.io/LDtkToUnity/",