diff --git a/Assets/LDtkUnity/CHANGELOG.md b/Assets/LDtkUnity/CHANGELOG.md index 7e4639b9..766cd2cb 100644 --- a/Assets/LDtkUnity/CHANGELOG.md +++ b/Assets/LDtkUnity/CHANGELOG.md @@ -1,3 +1,11 @@ +## [5.0.16](https://github.com/Cammin/LDtkToUnity/compare/5.0.15...5.0.16) (2024-05-12) + + +### Bug Fixes + +* import errors when an icon for a nonexistent tileset definition is trying to be referenced ([c12d26b](https://github.com/Cammin/LDtkToUnity/commit/c12d26b9b53bd74ab5104a2457faa32c64d161ba)) +* Separate levels checking null for artifact assets in case it's never generated by the project importer ([dbded97](https://github.com/Cammin/LDtkToUnity/commit/dbded979a116a51549300eb688fcba86bf4c8ad3)) + ## [5.0.5](https://github.com/Cammin/LDtkToUnity/compare/5.0.4...5.0.5) (2024-05-08) diff --git a/Assets/LDtkUnity/package.json b/Assets/LDtkUnity/package.json index 8e84a47c..9cabf359 100644 --- a/Assets/LDtkUnity/package.json +++ b/Assets/LDtkUnity/package.json @@ -1,6 +1,6 @@ { "name": "com.cammin.ldtkunity", - "version": "5.0.15", + "version": "5.0.16", "displayName": "LDtk to Unity", "description": "A Unity importer system for the Level Designer Toolkit.", "documentationUrl": "https://cammin.github.io/LDtkToUnity/",