Skip to content

Commit 4e8182e

Browse files
ci(release): 2.1.1 [skip ci]
## [2.1.1](2.1.0...2.1.1) (2023-03-08) ### Bug Fixes * correct scene assignment on load/unload ops ([5953402](5953402))
1 parent c70235e commit 4e8182e

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.1.1](https://github.com/mygamedevtools/scene-loader/compare/2.1.0...2.1.1) (2023-03-08)
2+
3+
4+
### Bug Fixes
5+
6+
* correct scene assignment on load/unload ops ([5953402](https://github.com/mygamedevtools/scene-loader/commit/5953402dadcec15fd493298611fe86d13cfb8cf0))
7+
18
# [2.1.0](https://github.com/mygamedevtools/scene-loader/compare/2.0.2...2.1.0) (2023-02-12)
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.0",
3+
"version": "2.1.1",
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)