Skip to content

Commit 6a73a18

Browse files
ci(release): 2.3.0 [skip ci]
# [2.3.0](2.2.3...2.3.0) (2024-01-30) ### Features * implement IDisposable on ISceneManager and ISceneLoader ([#27](#27)) ([fae1cf4](fae1cf4))
1 parent fae1cf4 commit 6a73a18

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,5 +1,12 @@
11
# Changelog
22

3+
# [2.3.0](https://github.com/mygamedevtools/scene-loader/compare/2.2.3...2.3.0) (2024-01-30)
4+
5+
6+
### Features
7+
8+
* implement IDisposable on ISceneManager and ISceneLoader ([#27](https://github.com/mygamedevtools/scene-loader/issues/27)) ([fae1cf4](https://github.com/mygamedevtools/scene-loader/commit/fae1cf471e930a2b773ead6d99b3b1418cf022b9))
9+
310
## [2.2.3](https://github.com/mygamedevtools/scene-loader/compare/2.2.2...2.2.3) (2023-12-20)
411

512

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