From 13bb7bdb2304df5b992125db0ad8a80b2df930ed Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 6 Jul 2020 15:18:53 +0000 Subject: [PATCH] chore(release): 0.8.0 [skip ci] # [0.8.0](https://github.com/favoyang/unity-addressable-importer/compare/v0.7.3...v0.8.0) (2020-07-06) ### Features * ODIN inspector support (close [#32](https://github.com/favoyang/unity-addressable-importer/issues/32), [#33](https://github.com/favoyang/unity-addressable-importer/issues/33)) ([e7bfcb8](https://github.com/favoyang/unity-addressable-importer/commit/e7bfcb880da19f5fc06a76b2ffdc2fb39e539236)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22e5fd2..8b99ae5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.8.0](https://github.com/favoyang/unity-addressable-importer/compare/v0.7.3...v0.8.0) (2020-07-06) + + +### Features + +* ODIN inspector support (close [#32](https://github.com/favoyang/unity-addressable-importer/issues/32), [#33](https://github.com/favoyang/unity-addressable-importer/issues/33)) ([e7bfcb8](https://github.com/favoyang/unity-addressable-importer/commit/e7bfcb880da19f5fc06a76b2ffdc2fb39e539236)) + ## [0.7.3](https://github.com/favoyang/unity-addressable-importer/compare/v0.7.2...v0.7.3) (2020-05-19) diff --git a/package.json b/package.json index 7dfe8af..472db68 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.littlebigfun.addressable-importer", "displayName": "Unity Addressable Importer", - "version": "0.7.3", + "version": "0.8.0", "unity": "2018.3", "description": "A simple rule based addressable asset importer.", "dependencies": {