Skip to content

Commit

Permalink
chore(release): 2.0.5 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.5](v2.0.4...v2.0.5) (2022-10-02)

### Bug Fixes

* **nodes:** added id getter and fixed children remove method ([c5076ba](c5076ba))
  • Loading branch information
semantic-release-bot committed Oct 2, 2022
1 parent c5076ba commit 48d4e83
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.0.5](https://github.com/ineka-dev/engine/compare/v2.0.4...v2.0.5) (2022-10-02)


### Bug Fixes

* **nodes:** added id getter and fixed children remove method ([c5076ba](https://github.com/ineka-dev/engine/commit/c5076ba1b849beae090c6a65ceee141eff856b6a))

## [2.0.4](https://github.com/ineka-dev/engine/compare/v2.0.3...v2.0.4) (2022-10-02)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ineka/engine",
"version": "2.0.4",
"version": "2.0.5",
"description": "A small and customizable game engine",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 48d4e83

Please sign in to comment.