Skip to content

Commit

Permalink
chore(release): 0.9.3 [skip ci]
Browse files Browse the repository at this point in the history
## [0.9.3](v0.9.2...v0.9.3) (2020-10-17)

### Bug Fixes

* move Media to Media~ to avoid generating meta files (close [#41](#41)) ([ad09c0c](ad09c0c))
  • Loading branch information
semantic-release-bot committed Oct 17, 2020
1 parent ad09c0c commit 13a9722
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.9.3](https://github.com/favoyang/unity-addressable-importer/compare/v0.9.2...v0.9.3) (2020-10-17)


### Bug Fixes

* move Media to Media~ to avoid generating meta files (close [#41](https://github.com/favoyang/unity-addressable-importer/issues/41)) ([ad09c0c](https://github.com/favoyang/unity-addressable-importer/commit/ad09c0ca2ee54713a9db883717945b2003e207f9))

## [0.9.2](https://github.com/favoyang/unity-addressable-importer/compare/v0.9.1...v0.9.2) (2020-08-17)


Expand Down
4 changes: 2 additions & 2 deletions 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.9.2",
"version": "0.9.3",
"unity": "2018.3",
"description": "A simple rule based addressable asset importer.",
"dependencies": {
Expand All @@ -14,4 +14,4 @@
"repository": "https://github.com/favoyang/unity-addressable-importer.git",
"license": "MIT",
"type": "tool"
}
}

0 comments on commit 13a9722

Please sign in to comment.