Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Cammin/LDtkToUnity
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammin committed May 8, 2024
2 parents 7436799 + 3dbc5d5 commit 98249a5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Assets/LDtkUnity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [5.0.2](https://github.com/Cammin/LDtkToUnity/compare/5.0.1...5.0.2) (2024-05-08)


### Bug Fixes

* ILDtkImportedFields erroneous behaviour where extra calls with improper parameters are being passed through ([177da3c](https://github.com/Cammin/LDtkToUnity/commit/177da3cb0cc919bdab3480f520c22f31c9c219e2))

## [5.0.1](https://github.com/Cammin/LDtkToUnity/compare/5.0.0...5.0.1) (2024-05-06)
All changelog entries will be generated in this semantic versioning format now!

Expand Down
4 changes: 2 additions & 2 deletions 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.0",
"version": "5.0.3",
"displayName": "LDtk to Unity",
"description": "A Unity importer system for the Level Designer Toolkit.",
"documentationUrl": "https://cammin.github.io/LDtkToUnity/",
Expand Down Expand Up @@ -29,4 +29,4 @@
}
],
"hideInEditor": false
}
}

0 comments on commit 98249a5

Please sign in to comment.