Skip to content

Commit

Permalink
0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mreinstein committed Jul 20, 2023
1 parent 6c8335d commit eb6b61a
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.19.0
* add an `getEntity(world, components)` function for a bit of syntax sugar.


# 0.18.4
* [`180ff077d7e`]](https://github.com/mreinstein/ecs/commit/180ff077d7e1c966ede47204ef69113c2102dbf3) fix some really terrible crashing bugs
* add unit tests to cover all of those discovered cases
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.18.4",
"version": "0.19.0",
"description": "data oriented, functional entity component system",
"main": "ecs.js",
"types": "types/ecs.d.ts",
Expand Down

0 comments on commit eb6b61a

Please sign in to comment.