Skip to content

Commit

Permalink
chore(release): 5.0.16 [skip ci]
Browse files Browse the repository at this point in the history
## [5.0.16](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](c12d26b))
* Separate levels checking null for artifact assets in case it's never generated by the project importer ([dbded97](dbded97))
  • Loading branch information
semantic-release-bot committed May 12, 2024
1 parent c12d26b commit 2d8219c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Assets/LDtkUnity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion Assets/LDtkUnity/package.json
Original file line number Diff line number Diff line change
@@ -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/",
Expand Down

0 comments on commit 2d8219c

Please sign in to comment.