Skip to content

Commit

Permalink
chore(release): 0.11.2 [skip ci]
Browse files Browse the repository at this point in the history
## [0.11.2](v0.11.1...v0.11.2) (2022-01-06)

### Bug Fixes

* prevent null exception when access label fields in the rule ([#63](#63)) ([cebf133](cebf133))
  • Loading branch information
semantic-release-bot committed Jan 6, 2022
1 parent cebf133 commit bb76ed0
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.2](https://github.com/favoyang/unity-addressable-importer/compare/v0.11.1...v0.11.2) (2022-01-06)


### Bug Fixes

* prevent null exception when access label fields in the rule ([#63](https://github.com/favoyang/unity-addressable-importer/issues/63)) ([cebf133](https://github.com/favoyang/unity-addressable-importer/commit/cebf133eaddae52abcd7f84a048f370ec059ead6))

## [0.11.1](https://github.com/favoyang/unity-addressable-importer/compare/v0.11.0...v0.11.1) (2021-12-29)


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.1",
"version": "0.11.2",
"unity": "2018.3",
"description": "A simple rule based addressable asset importer.",
"dependencies": {
Expand Down

0 comments on commit bb76ed0

Please sign in to comment.