bump
Some checks failed
analysis / Run Luau Analyze (push) Has been cancelled
unit-testing / Run Luau Tests (push) Has been cancelled

This commit is contained in:
Ukendio 2025-06-27 15:47:32 +02:00
parent 8058182d59
commit 8194a03304

View file

@ -2,6 +2,8 @@
## Unreleased
## 0.7.0
### Added
- `jecs.component_record` for retrieving the component_record of a component.
- `Column<T>` and `ColumnsMap<T>` types for typescript.