Skip to content

Commit

Permalink
ci(release): 2.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.3.1](2.3.0...2.3.1) (2024-01-30)

### Bug Fixes

* improve dispose/cancellation error handling ([#28](#28)) ([2bfbcb9](2bfbcb9))
  • Loading branch information
semantic-release-bot committed Jan 30, 2024
1 parent 2bfbcb9 commit 92f16c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.3.1](https://github.com/mygamedevtools/scene-loader/compare/2.3.0...2.3.1) (2024-01-30)


### Bug Fixes

* improve dispose/cancellation error handling ([#28](https://github.com/mygamedevtools/scene-loader/issues/28)) ([2bfbcb9](https://github.com/mygamedevtools/scene-loader/commit/2bfbcb95487aa4a81bc4e0d7547908c00597715c))

# [2.3.0](https://github.com/mygamedevtools/scene-loader/compare/2.2.3...2.3.0) (2024-01-30)


Expand Down
2 changes: 1 addition & 1 deletion Packages/mygamedevtools-scene-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.mygamedevtools.scene-loader",
"version": "2.3.0",
"version": "2.3.1",
"displayName": "Scene Loader",
"description": "A package that standardizes the scene loading process among many different possibilities, including support for Coroutines, C# Tasks, UniTask and Addressables.",
"unity": "2019.4",
Expand Down

0 comments on commit 92f16c7

Please sign in to comment.