diff --git a/Assets/LDtkUnity/CHANGELOG.md b/Assets/LDtkUnity/CHANGELOG.md index 852408a2..d7400b71 100644 --- a/Assets/LDtkUnity/CHANGELOG.md +++ b/Assets/LDtkUnity/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.1.4](https://github.com/Cammin/LDtkToUnity/compare/6.1.3...6.1.4) (2024-05-21) + + +### Bug Fixes + +* Removed an unnessesary error when fetching a tileset tile that has a higher id than the size of the tileset tile list ([1672803](https://github.com/Cammin/LDtkToUnity/commit/1672803d0da24aa0289a15b05578ed1044c4fd44)) + ## [6.1.3](https://github.com/Cammin/LDtkToUnity/compare/6.1.2...6.1.3) (2024-05-21) diff --git a/Assets/LDtkUnity/package.json b/Assets/LDtkUnity/package.json index c6f29d1d..cce1f92a 100644 --- a/Assets/LDtkUnity/package.json +++ b/Assets/LDtkUnity/package.json @@ -1,6 +1,6 @@ { "name": "com.cammin.ldtkunity", - "version": "6.1.3", + "version": "6.1.4", "displayName": "LDtk to Unity", "description": "A Unity importer system for the Level Designer Toolkit.", "documentationUrl": "https://cammin.github.io/LDtkToUnity/",