Skip to content

Commit

Permalink
ci(release): 2.3.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.3.2](2.3.1...2.3.2) (2024-03-04)

### Bug Fixes

* remove unitask dependency ([#31](#31)) ([4bf74d0](4bf74d0))
  • Loading branch information
semantic-release-bot committed Mar 4, 2024
1 parent 4bf74d0 commit a23f6d1
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.2](https://github.com/mygamedevtools/scene-loader/compare/2.3.1...2.3.2) (2024-03-04)


### Bug Fixes

* remove unitask dependency ([#31](https://github.com/mygamedevtools/scene-loader/issues/31)) ([4bf74d0](https://github.com/mygamedevtools/scene-loader/commit/4bf74d0d7e246d1ec9de42e73ea70aba7d260f1d))

## [2.3.1](https://github.com/mygamedevtools/scene-loader/compare/2.3.0...2.3.1) (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.1",
"version": "2.3.2",
"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 a23f6d1

Please sign in to comment.