Skip to content

Commit 974c4c7

Browse files
chore(release): 1.4.1 [skip ci]
## [1.4.1](1.4.0...1.4.1) (2022-12-08) ### Bug Fixes * Unload scene before loading in transitions ([f6b8c7a](f6b8c7a))
1 parent 5819254 commit 974c4c7

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+
## [1.4.1](https://github.com/mygamedevtools/scene-loader/compare/1.4.0...1.4.1) (2022-12-08)
2+
3+
4+
### Bug Fixes
5+
6+
* Unload scene before loading in transitions ([f6b8c7a](https://github.com/mygamedevtools/scene-loader/commit/f6b8c7a7c06d980be709687dfb3de5cf2761adb0))
7+
18
# [1.4.0](https://github.com/mygamedevtools/scene-loader/compare/1.3.1...1.4.0) (2022-10-25)
29

310

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