Skip to content

Commit

Permalink
0.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mreinstein committed Jul 20, 2023
1 parent 180ff07 commit d71373b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 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


# 0.18.3
* oof, revert serious breakage from 0.18.2 :'(

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

0 comments on commit d71373b

Please sign in to comment.