Skip to content

Commit bc562ad

Browse files
ci(release): 2.2.3 [skip ci]
## [2.2.3](2.2.2...2.2.3) (2023-12-20) ### Bug Fixes * replace WaitForCompletion with async logic ([#24](#24)) ([3f87bc4](3f87bc4))
1 parent 3f87bc4 commit bc562ad

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Changelog
2+
3+
## [2.2.3](https://github.com/mygamedevtools/scene-loader/compare/2.2.2...2.2.3) (2023-12-20)
4+
5+
6+
### Bug Fixes
7+
8+
* replace WaitForCompletion with async logic ([#24](https://github.com/mygamedevtools/scene-loader/issues/24)) ([3f87bc4](https://github.com/mygamedevtools/scene-loader/commit/3f87bc4345808cee7e80435286a23ee2268deb73))
9+
110
## [2.2.2](https://github.com/mygamedevtools/scene-loader/compare/2.2.1...2.2.2) (2023-12-02)
211

312

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.2.2",
3+
"version": "2.2.3",
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)