Skip to content

Commit b1b4fc3

Browse files
ci(release): 2.2.2 [skip ci]
## [2.2.2](2.2.1...2.2.2) (2023-12-02) ### Bug Fixes * upgrade to unity 2023.2 ([#22](#22)) ([3aac886](3aac886))
1 parent 3aac886 commit b1b4fc3

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,3 +1,10 @@
1+
## [2.2.2](https://github.com/mygamedevtools/scene-loader/compare/2.2.1...2.2.2) (2023-12-02)
2+
3+
4+
### Bug Fixes
5+
6+
* upgrade to unity 2023.2 ([#22](https://github.com/mygamedevtools/scene-loader/issues/22)) ([3aac886](https://github.com/mygamedevtools/scene-loader/commit/3aac8868f770696bcbb86595da77718afc147c9b))
7+
18
## [2.2.1](https://github.com/mygamedevtools/scene-loader/compare/2.2.0...2.2.1) (2023-10-19)
29

310

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