Skip to content

Commit 6a33498

Browse files
authored
Merge pull request #102 from brunomikoski/feature/update-meta-for-1_9_0-release
fix: meta
2 parents 702bc03 + 3bcdf01 commit 6a33498

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.MD

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
# [1.9.0]
10+
### Added
11+
- Added new Collection References, useful for individual collection loading, more information [here](https://github.com/brunomikoski/ScriptableObjectCollection/pull/99) thanks a lot [@IkeikeP](https://github.com/IkeikeP) for the contribution
12+
913
# [1.8.3]
1014
### Changed
1115
- Fixed `[RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.BeforeSceneLoad)]` issue with unity 2021 and generics.
@@ -336,6 +340,7 @@ public bool IsValidConsumable(Consumable consumable)
336340
- First initial working version
337341

338342

343+
[1.9.0]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v1.9.0
339344
[1.8.3]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v1.8.3
340345
[1.8.2]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v1.8.2
341346
[1.8.1]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v1.8.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.brunomikoski.scriptableobjectcollection",
33
"displayName": "Scriptable Object Collection",
4-
"version": "1.8.3",
4+
"version": "1.9.0",
55
"unity": "2018.4",
66
"description": "A library to help improve the usability of Unity3D Scriptable Objects by grouping then into a collection and exposing then by code or nice inspectors!",
77
"keywords": [

0 commit comments

Comments
 (0)