Skip to content

Commit 6eea07a

Browse files
ci(release): 2.1.0 [skip ci]
# [2.1.0](2.0.2...2.1.0) (2023-02-12) ### Features * add transitions from external scenes ([64205fb](64205fb))
1 parent 6b0a428 commit 6eea07a

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.0](https://github.com/mygamedevtools/scene-loader/compare/2.0.2...2.1.0) (2023-02-12)
2+
3+
4+
### Features
5+
6+
* add transitions from external scenes ([64205fb](https://github.com/mygamedevtools/scene-loader/commit/64205fb336f443834c16898fb590dceeaa672a29))
7+
18
## [2.0.2](https://github.com/mygamedevtools/scene-loader/compare/2.0.1...2.0.2) (2023-02-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.0.2",
3+
"version": "2.1.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)