Skip to content

Commit

Permalink
ci(release): 2.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.1](2.1.0...2.1.1) (2023-03-08)

### Bug Fixes

* correct scene assignment on load/unload ops ([5953402](5953402))
  • Loading branch information
semantic-release-bot committed Mar 8, 2023
1 parent c70235e commit 4e8182e
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,3 +1,10 @@
## [2.1.1](https://github.com/mygamedevtools/scene-loader/compare/2.1.0...2.1.1) (2023-03-08)


### Bug Fixes

* correct scene assignment on load/unload ops ([5953402](https://github.com/mygamedevtools/scene-loader/commit/5953402dadcec15fd493298611fe86d13cfb8cf0))

# [2.1.0](https://github.com/mygamedevtools/scene-loader/compare/2.0.2...2.1.0) (2023-02-12)


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.1.0",
"version": "2.1.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 4e8182e

Please sign in to comment.