Skip to content

Commit af60bfa

Browse files
committed
fix: meta files
1 parent 899ac1e commit af60bfa

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.MD

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66
[Unreleased]
77

8+
## [2.4.2] - 07/10/2025
9+
## Changed
10+
* Fixed the assembly definition search not checking for consistent fold… by @RoyTheunissen in https://github.com/brunomikoski/ScriptableObjectCollection/pull/177
11+
* Set up menu paths so they update if you rename the collection by @RoyTheunissen in https://github.com/brunomikoski/ScriptableObjectCollection/pull/178
12+
* Feature/small fixes by @brunomikoski in https://github.com/brunomikoski/ScriptableObjectCollection/pull/179
13+
14+
815
## [2.4.1] - 21/08/2025
916
## Changed
1017
- Fixed issue when creating multiple items without renaming it would cause a null reference.
@@ -648,6 +655,7 @@ public bool IsValidConsumable(Consumable consumable)
648655
### Added
649656
- First initial working version
650657

658+
[2.4.2]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v2.4.2
651659
[2.4.1]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v2.4.1
652660
[2.4.0]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v2.4.0
653661
[2.3.9]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v2.3.9

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": "2.4.1",
4+
"version": "2.4.2",
55
"unity": "2022.2",
66
"description": "A library to help improve the usability of Unity3D Scriptable Objects by grouping them into a collection and exposing them by code or nice inspectors!",
77
"keywords": [

0 commit comments

Comments
 (0)