Skip to content

Commit

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

### Bug Fixes

* trying non-synchronous fixedSteps calls with promises ([10d04dc](10d04dc))
  • Loading branch information
semantic-release-bot committed Oct 2, 2022
1 parent 183cd2e commit c29c222
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.6](https://github.com/ineka-dev/engine/compare/v2.0.5...v2.0.6) (2022-10-02)


### Bug Fixes

* trying non-synchronous fixedSteps calls with promises ([10d04dc](https://github.com/ineka-dev/engine/commit/10d04dc22bbe52d40dffa3ad918e34279033cbd8))

## [2.0.5](https://github.com/ineka-dev/engine/compare/v2.0.4...v2.0.5) (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.5",
"version": "2.0.6",
"description": "A small and customizable game engine",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit c29c222

Please sign in to comment.