From 13a972206b021f2554627c5a879afdf942619bca Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 17 Oct 2020 10:16:32 +0000 Subject: [PATCH] chore(release): 0.9.3 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f34ec2..66ef8f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 76b86a3..4479a83 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -14,4 +14,4 @@ "repository": "https://github.com/favoyang/unity-addressable-importer.git", "license": "MIT", "type": "tool" -} \ No newline at end of file +}