diff --git a/Assets/LDtkUnity/CHANGELOG.md b/Assets/LDtkUnity/CHANGELOG.md index fceaef13..f2bfa8bd 100644 --- a/Assets/LDtkUnity/CHANGELOG.md +++ b/Assets/LDtkUnity/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.6](https://github.com/Cammin/LDtkToUnity/compare/5.0.5...5.0.6) (2024-05-08) + + +### Bug Fixes + +* testing release for CI ([632fcdb](https://github.com/Cammin/LDtkToUnity/commit/632fcdb2536715c25e815cd6796c052f0d400377)) + ## [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 9101280c..a591efea 100644 --- a/Assets/LDtkUnity/package.json +++ b/Assets/LDtkUnity/package.json @@ -1,6 +1,6 @@ { "name": "com.cammin.ldtkunity", - "version": "5.0.5", + "version": "5.0.6", "displayName": "LDtk to Unity", "description": "A Unity importer system for the Level Designer Toolkit.", "documentationUrl": "https://cammin.github.io/LDtkToUnity/",