From 23ea132e337095d1c7f384ad54ca8f29c06a6fa4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 15 Dec 2024 09:17:37 +0000 Subject: [PATCH] chore(release): 6.6.2 [skip ci] ## [6.6.2](https://github.com/Cammin/LDtkToUnity/compare/6.6.1...6.6.2) (2024-12-15) ### Bug Fixes * Fixed the dependencies section from breaking if it fails to successfully load a dependency. Also will now draw dependencies even if they don't exist ([82b5aa1](https://github.com/Cammin/LDtkToUnity/commit/82b5aa192d706066e4fb22ac1ff58afc527237f7)) --- 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 2884efa0..97a529e5 100644 --- a/Assets/LDtkUnity/CHANGELOG.md +++ b/Assets/LDtkUnity/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.6.2](https://github.com/Cammin/LDtkToUnity/compare/6.6.1...6.6.2) (2024-12-15) + + +### Bug Fixes + +* Fixed the dependencies section from breaking if it fails to successfully load a dependency. Also will now draw dependencies even if they don't exist ([82b5aa1](https://github.com/Cammin/LDtkToUnity/commit/82b5aa192d706066e4fb22ac1ff58afc527237f7)) + ## [6.6.1](https://github.com/Cammin/LDtkToUnity/compare/6.6.0...6.6.1) (2024-12-11) diff --git a/Assets/LDtkUnity/package.json b/Assets/LDtkUnity/package.json index 5ca06749..f66d52a3 100644 --- a/Assets/LDtkUnity/package.json +++ b/Assets/LDtkUnity/package.json @@ -1,6 +1,6 @@ { "name": "com.cammin.ldtkunity", - "version": "6.6.1", + "version": "6.6.2", "displayName": "LDtk to Unity", "description": "A Unity importer system for the Level Designer Toolkit.", "documentationUrl": "https://cammin.github.io/LDtkToUnity/",