From 3b324f09ef77b3c6a05daa8bbc52811944d73a8b Mon Sep 17 00:00:00 2001 From: Volodymyr Bozhko Date: Wed, 28 Aug 2024 16:39:42 +0300 Subject: [PATCH] chore: update changelog and package info --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c7e4f6..ae59bd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# v1.0.2 + +### Added + +- sync instantiate with spawn position and rotation args +- sync instantiate with auto release with position and rotation args + # v1.0.1 ### Fixed diff --git a/package.json b/package.json index 657245f..1e506a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.inc8877.addressables-master", - "version": "1.0.1", + "version": "1.0.2", "displayName": "AddressablesMaster", "description": "Use Sync, Async(.NET / UniTask), Coroutine, Lifetime management tools for addressables assets with caching support", "homepage": "https://github.com/inc8877/AddressablesMaster#readme",