Skip to content

Commit 92f16c7

Browse files
ci(release): 2.3.1 [skip ci]
## [2.3.1](2.3.0...2.3.1) (2024-01-30) ### Bug Fixes * improve dispose/cancellation error handling ([#28](#28)) ([2bfbcb9](2bfbcb9))
1 parent 2bfbcb9 commit 92f16c7

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.1](https://github.com/mygamedevtools/scene-loader/compare/2.3.0...2.3.1) (2024-01-30)
4+
5+
6+
### Bug Fixes
7+
8+
* improve dispose/cancellation error handling ([#28](https://github.com/mygamedevtools/scene-loader/issues/28)) ([2bfbcb9](https://github.com/mygamedevtools/scene-loader/commit/2bfbcb95487aa4a81bc4e0d7547908c00597715c))
9+
310
# [2.3.0](https://github.com/mygamedevtools/scene-loader/compare/2.2.3...2.3.0) (2024-01-30)
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.3.0",
3+
"version": "2.3.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)