From dfea8700d057b3c7074c162249ee523c0887f7e4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 8 Feb 2023 07:11:43 +0000 Subject: [PATCH] chore(release): 0.16.1 [skip ci] ## [0.16.1](https://github.com/favoyang/unity-addressable-importer/compare/v0.16.0...v0.16.1) (2023-02-08) ### Bug Fixes * ReimportFolders API adds option to skip the reimport confirm dialog ([#84](https://github.com/favoyang/unity-addressable-importer/issues/84)) ([5ebbcd8](https://github.com/favoyang/unity-addressable-importer/commit/5ebbcd8a48232ad3282c1f5589d8aaa5e5dffc46)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54d1d51..e98994c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.16.1](https://github.com/favoyang/unity-addressable-importer/compare/v0.16.0...v0.16.1) (2023-02-08) + + +### Bug Fixes + +* ReimportFolders API adds option to skip the reimport confirm dialog ([#84](https://github.com/favoyang/unity-addressable-importer/issues/84)) ([5ebbcd8](https://github.com/favoyang/unity-addressable-importer/commit/5ebbcd8a48232ad3282c1f5589d8aaa5e5dffc46)) + # [0.16.0](https://github.com/favoyang/unity-addressable-importer/compare/v0.15.0...v0.16.0) (2022-12-25) diff --git a/package.json b/package.json index b3d7cb3..1cbb279 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.littlebigfun.addressable-importer", "displayName": "Unity Addressable Importer", - "version": "0.16.0", + "version": "0.16.1", "unity": "2018.3", "description": "A simple rule based addressable asset importer.", "dependencies": {