From 793dcb1fd42fda88727b81460badaabd411d04e4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 6 Feb 2022 15:37:48 +0000 Subject: [PATCH] chore(release): 0.11.3 [skip ci] ## [0.11.3](https://github.com/favoyang/unity-addressable-importer/compare/v0.11.2...v0.11.3) (2022-02-06) ### Bug Fixes * allow load import settings file independent to the default location ([#64](https://github.com/favoyang/unity-addressable-importer/issues/64), [#68](https://github.com/favoyang/unity-addressable-importer/issues/68)) ([8004b5c](https://github.com/favoyang/unity-addressable-importer/commit/8004b5ccb8299307001bb8cbe14ce2925d84167d)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40f5a3f..9d6cab2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.11.3](https://github.com/favoyang/unity-addressable-importer/compare/v0.11.2...v0.11.3) (2022-02-06) + + +### Bug Fixes + +* allow load import settings file independent to the default location ([#64](https://github.com/favoyang/unity-addressable-importer/issues/64), [#68](https://github.com/favoyang/unity-addressable-importer/issues/68)) ([8004b5c](https://github.com/favoyang/unity-addressable-importer/commit/8004b5ccb8299307001bb8cbe14ce2925d84167d)) + ## [0.11.2](https://github.com/favoyang/unity-addressable-importer/compare/v0.11.1...v0.11.2) (2022-01-06) diff --git a/package.json b/package.json index 82fe490..51c6838 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.littlebigfun.addressable-importer", "displayName": "Unity Addressable Importer", - "version": "0.11.2", + "version": "0.11.3", "unity": "2018.3", "description": "A simple rule based addressable asset importer.", "dependencies": {