Skip to content

Commit 5b8cc8e

Browse files
chore(release): 1.4.0 [skip ci]
# [1.4.0](1.3.1...1.4.0) (2022-10-25) ### Features * Add CI configuration ([9bb2de8](9bb2de8))
1 parent 141378f commit 5b8cc8e

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.4.0](https://github.com/mygamedevtools/scene-loader/compare/1.3.1...1.4.0) (2022-10-25)
2+
3+
4+
### Features
5+
6+
* Add CI configuration ([9bb2de8](https://github.com/mygamedevtools/scene-loader/commit/9bb2de8fa695337f08d6f70a5a3aeb4e772cac0f))
7+
18
## [1.3.1] - 2022-10-24
29
- Added: OpenUPM documentation.
310

@@ -18,4 +25,4 @@
1825
[1.3.0]: https://github.com/mygamedevtools/scene-loader/compare/1.2.0...1.3.0
1926
[1.2.0]: https://github.com/mygamedevtools/scene-loader/compare/1.1.0...1.2.0
2027
[1.1.0]: https://github.com/mygamedevtools/scene-loader/compare/1.0.0...1.1.0
21-
[1.0.0]: https://github.com/mygamedevtools/scene-loader/compare/f2b6582...1.0.0
28+
[1.0.0]: https://github.com/mygamedevtools/scene-loader/compare/f2b6582...1.0.0

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.mygamedevtools.scene-loader",
3-
"version": "1.3.1",
3+
"version": "1.4.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",
@@ -44,4 +44,4 @@
4444
],
4545
"hideInEditor": false,
4646
"type": "tool"
47-
}
47+
}

0 commit comments

Comments
 (0)