Skip to content

Commit 04c0b94

Browse files
chore(release): 2.0.4 [skip ci]
## [2.0.4](v2.0.3...v2.0.4) (2022-10-02) ### Bug Fixes * **nodes:** node added to children after loading are now loaded ([51e7f5c](51e7f5c))
1 parent 51e7f5c commit 04c0b94

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.0.4](https://github.com/ineka-dev/engine/compare/v2.0.3...v2.0.4) (2022-10-02)
2+
3+
4+
### Bug Fixes
5+
6+
* **nodes:** node added to children after loading are now loaded ([51e7f5c](https://github.com/ineka-dev/engine/commit/51e7f5c54acc7d4ab88230c58e5c2684df628a87))
7+
18
## [2.0.3](https://github.com/ineka-dev/engine/compare/v2.0.2...v2.0.3) (2022-05-11)
29

310
## [2.0.2](https://github.com/ineka-dev/engine/compare/v2.0.1...v2.0.2) (2022-05-11)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ineka/engine",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "A small and customizable game engine",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)