Update Changelog

This commit is contained in:
Ukendio 2025-06-27 15:45:03 +02:00
parent ed5277391d
commit 8058182d59
3 changed files with 3 additions and 4 deletions

View file

@ -202,8 +202,7 @@ local EcsRemove = HI_COMPONENT_ID + 10
local EcsName = HI_COMPONENT_ID + 11
local EcsOnArchetypeCreate = HI_COMPONENT_ID + 12
local EcsOnArchetypeDelete = HI_COMPONENT_ID + 13
local EcsTag = HI_COMPONENT_ID + 14
local EcsRest = HI_COMPONENT_ID + 15
local EcsRest = HI_COMPONENT_ID + 14
local NULL_ARRAY = table.freeze({}) :: Column
local NULL = newproxy(false)

View file

@ -1,6 +1,6 @@
{
"name": "@rbxts/jecs",
"version": "0.6.1",
"version": "0.7.0",
"description": "Stupidly fast Entity Component System",
"main": "jecs.luau",
"repository": {

View file

@ -1,6 +1,6 @@
[package]
name = "ukendio/jecs"
version = "0.6.1"
version = "0.7.0"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"
license = "MIT"