Skip to content

Commit 951f155

Browse files
chore(release): 0.11.4 [skip ci]
## [0.11.4](v0.11.3...v0.11.4) (2022-03-31) ### Bug Fixes * folder ends with '~' should be ignored [#72](#72) ([491c169](491c169))
1 parent 491c169 commit 951f155

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.11.4](https://github.com/favoyang/unity-addressable-importer/compare/v0.11.3...v0.11.4) (2022-03-31)
2+
3+
4+
### Bug Fixes
5+
6+
* folder ends with '~' should be ignored [#72](https://github.com/favoyang/unity-addressable-importer/issues/72) ([491c169](https://github.com/favoyang/unity-addressable-importer/commit/491c169cc079094bf9a2dd21bd10a6844500fceb))
7+
18
## [0.11.3](https://github.com/favoyang/unity-addressable-importer/compare/v0.11.2...v0.11.3) (2022-02-06)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.littlebigfun.addressable-importer",
33
"displayName": "Unity Addressable Importer",
4-
"version": "0.11.3",
4+
"version": "0.11.4",
55
"unity": "2018.3",
66
"description": "A simple rule based addressable asset importer.",
77
"dependencies": {

0 commit comments

Comments
 (0)