Skip to content

Commit

Permalink
0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mreinstein committed Jan 15, 2024
1 parent b654a7d commit b121e80
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 0.20.0
* add `getEntityById(world, id)` and `getEntityId(world, entity)` functions


# 0.19.0
* add an `getEntity(world, components)` function for a bit of syntax sugar.
* add an `getEntity(world, components)` function for a bit of syntax sugar


# 0.18.4
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.19.0",
"version": "0.20.0",
"description": "data oriented, functional entity component system",
"main": "ecs.js",
"types": "types/ecs.d.ts",
Expand Down

0 comments on commit b121e80

Please sign in to comment.