Skip to content

Commit

Permalink
0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mreinstein committed Nov 10, 2024
1 parent 41383df commit c1f30a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#0.23.0
* add `removeEntities` function (thank you @chriscoderdr !)


# 0.22.0
* Use `performance.now()` everywhere instead of falling back to `Date.now()`
* make API simpler and more consistent:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ecs",
"version": "0.22.0",
"version": "0.23.0",
"description": "data oriented, functional entity component system",
"main": "ecs.js",
"types": "types/ecs.d.ts",
Expand Down

0 comments on commit c1f30a6

Please sign in to comment.