From 88b2c2b409e4ad65fae2788e5e07ea38751576aa Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 4 Aug 2020 06:34:37 +0000 Subject: [PATCH] chore(release): 0.9.1 [skip ci] ## [0.9.1](https://github.com/favoyang/unity-addressable-importer/compare/v0.9.0...v0.9.1) (2020-08-04) ### Bug Fixes * compile wrong naming bug (close [#39](https://github.com/favoyang/unity-addressable-importer/issues/39)) ([fbeef92](https://github.com/favoyang/unity-addressable-importer/commit/fbeef92c4df246cb75a020230acf60df9551b6f6)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14dcd98..0575dd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.9.1](https://github.com/favoyang/unity-addressable-importer/compare/v0.9.0...v0.9.1) (2020-08-04) + + +### Bug Fixes + +* compile wrong naming bug (close [#39](https://github.com/favoyang/unity-addressable-importer/issues/39)) ([fbeef92](https://github.com/favoyang/unity-addressable-importer/commit/fbeef92c4df246cb75a020230acf60df9551b6f6)) + # [0.9.0](https://github.com/favoyang/unity-addressable-importer/compare/v0.8.1...v0.9.0) (2020-07-28) diff --git a/package.json b/package.json index 666f49f..310ca9a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.littlebigfun.addressable-importer", "displayName": "Unity Addressable Importer", - "version": "0.9.0", + "version": "0.9.1", "unity": "2018.3", "description": "A simple rule based addressable asset importer.", "dependencies": {