Skip to content

Commit

Permalink
chore(release): 0.11.5 [skip ci]
Browse files Browse the repository at this point in the history
## [0.11.5](v0.11.4...v0.11.5) (2022-04-26)

### Bug Fixes

* avoid the selection.activeObject being reset to null when editing an addressable prefab [#71](#71) ([e745f92](e745f92))
  • Loading branch information
semantic-release-bot committed Apr 26, 2022
1 parent e745f92 commit d1aa497
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.11.5](https://github.com/favoyang/unity-addressable-importer/compare/v0.11.4...v0.11.5) (2022-04-26)


### Bug Fixes

* avoid the selection.activeObject being reset to null when editing an addressable prefab [#71](https://github.com/favoyang/unity-addressable-importer/issues/71) ([e745f92](https://github.com/favoyang/unity-addressable-importer/commit/e745f92af10a843c4aca8bf8f8641fb001229be6))

## [0.11.4](https://github.com/favoyang/unity-addressable-importer/compare/v0.11.3...v0.11.4) (2022-03-31)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.littlebigfun.addressable-importer",
"displayName": "Unity Addressable Importer",
"version": "0.11.4",
"version": "0.11.5",
"unity": "2018.3",
"description": "A simple rule based addressable asset importer.",
"dependencies": {
Expand Down

0 comments on commit d1aa497

Please sign in to comment.