Skip to content

Commit 3493db4

Browse files
ci(release): 2.2.0 [skip ci]
# [2.2.0](2.1.1...2.2.0) (2023-06-28) ### Features * add support for multiple scene operations ([#17](#17)) ([87117e0](87117e0))
1 parent 87117e0 commit 3493db4

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.0](https://github.com/mygamedevtools/scene-loader/compare/2.1.1...2.2.0) (2023-06-28)
2+
3+
4+
### Features
5+
6+
* add support for multiple scene operations ([#17](https://github.com/mygamedevtools/scene-loader/issues/17)) ([87117e0](https://github.com/mygamedevtools/scene-loader/commit/87117e087dff8dec8dbf688da38a3aa172c8019d))
7+
18
## [2.1.1](https://github.com/mygamedevtools/scene-loader/compare/2.1.0...2.1.1) (2023-03-08)
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.1.1",
3+
"version": "2.2.0",
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)