From 2a7f412c51fcc1e4ad535399363bbed5e4240106 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 4 Oct 2022 03:33:12 +0000 Subject: [PATCH] chore(release): 0.14.0 [skip ci] # [0.14.0](https://github.com/favoyang/unity-addressable-importer/compare/v0.13.0...v0.14.0) (2022-10-04) ### Features * add multiple AddressableImportSettings support ([#77](https://github.com/favoyang/unity-addressable-importer/issues/77)) ([5d63d14](https://github.com/favoyang/unity-addressable-importer/commit/5d63d14a2d31819595a6a25ebf92bb5726f61942)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01a6064..245fdbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.14.0](https://github.com/favoyang/unity-addressable-importer/compare/v0.13.0...v0.14.0) (2022-10-04) + + +### Features + +* add multiple AddressableImportSettings support ([#77](https://github.com/favoyang/unity-addressable-importer/issues/77)) ([5d63d14](https://github.com/favoyang/unity-addressable-importer/commit/5d63d14a2d31819595a6a25ebf92bb5726f61942)) + # [0.13.0](https://github.com/favoyang/unity-addressable-importer/compare/v0.12.0...v0.13.0) (2022-09-18) diff --git a/package.json b/package.json index 91af083..140201b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.littlebigfun.addressable-importer", "displayName": "Unity Addressable Importer", - "version": "0.13.0", + "version": "0.14.0", "unity": "2018.3", "description": "A simple rule based addressable asset importer.", "dependencies": {