Skip to content

Commit a23f6d1

Browse files
ci(release): 2.3.2 [skip ci]
## [2.3.2](2.3.1...2.3.2) (2024-03-04) ### Bug Fixes * remove unitask dependency ([#31](#31)) ([4bf74d0](4bf74d0))
1 parent 4bf74d0 commit a23f6d1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.3.2](https://github.com/mygamedevtools/scene-loader/compare/2.3.1...2.3.2) (2024-03-04)
4+
5+
6+
### Bug Fixes
7+
8+
* remove unitask dependency ([#31](https://github.com/mygamedevtools/scene-loader/issues/31)) ([4bf74d0](https://github.com/mygamedevtools/scene-loader/commit/4bf74d0d7e246d1ec9de42e73ea70aba7d260f1d))
9+
310
## [2.3.1](https://github.com/mygamedevtools/scene-loader/compare/2.3.0...2.3.1) (2024-01-30)
411

512

Packages/mygamedevtools-scene-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.mygamedevtools.scene-loader",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"displayName": "Scene Loader",
55
"description": "A package that standardizes the scene loading process among many different possibilities, including support for Coroutines, C# Tasks, UniTask and Addressables.",
66
"unity": "2019.4",

0 commit comments

Comments
 (0)