diff --git a/CHANGELOG.md b/CHANGELOG.md index 560b3e9..1e22858 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/package.json b/package.json index 4ae8093..f25e190 100644 --- a/package.json +++ b/package.json @@ -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",