Skip to content

Commit

Permalink
chore(release): 6.6.1 [skip ci]
Browse files Browse the repository at this point in the history
## [6.6.1](6.6.0...6.6.1) (2024-12-11)

### Bug Fixes

* ldtkc files will now read/write object references with a guid to deserialize properly and to not dirty source control unnessesarily ([010cf9d](010cf9d))
  • Loading branch information
semantic-release-bot committed Dec 11, 2024
1 parent 010cf9d commit 26fcf74
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.6.1](https://github.com/Cammin/LDtkToUnity/compare/6.6.0...6.6.1) (2024-12-11)


### Bug Fixes

* ldtkc files will now read/write object references with a guid to deserialize properly and to not dirty source control unnessesarily ([010cf9d](https://github.com/Cammin/LDtkToUnity/commit/010cf9d947b0741e0f7f70791cc6defd321edb14))

# [6.6.0](https://github.com/Cammin/LDtkToUnity/compare/6.5.1...6.6.0) (2024-12-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": "6.6.0",
"version": "6.6.1",
"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 26fcf74

Please sign in to comment.