Skip to content

Commit

Permalink
chore(release): 6.1.9 [skip ci]
Browse files Browse the repository at this point in the history
## [6.1.9](6.1.8...6.1.9) (2024-05-26)

### Bug Fixes

* Remove unnessesary disposal of a NativeArray to fix a tileset import exception in older unity versions ([51976b7](51976b7))
  • Loading branch information
semantic-release-bot committed May 26, 2024
1 parent 16e5deb commit 1c5d202
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Assets/LDtkUnity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [6.1.9](https://github.com/Cammin/LDtkToUnity/compare/6.1.8...6.1.9) (2024-05-26)


### Bug Fixes

* Remove unnessesary disposal of a NativeArray to fix a tileset import exception in older unity versions ([51976b7](https://github.com/Cammin/LDtkToUnity/commit/51976b7c55086f8bc0d7d9c3995a7b8145a07019))

## [6.1.8](https://github.com/Cammin/LDtkToUnity/compare/6.1.7...6.1.8) (2024-05-26)


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": "6.1.8",
"version": "6.1.9",
"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 1c5d202

Please sign in to comment.