Skip to content

Commit

Permalink
chore(release): 1.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.6.0](v1.5.0...v1.6.0) (2024-03-19)

### Bug Fixes

* **editor:** fixed wrong directors serializing ([17714c1](17714c1))

### Features

* **editor:** added getIdEntities to parse level id ([917b7e1](917b7e1))
* **editor:** added useEpisodeLevels hooks ([51b644c](51b644c))
* **editor:** improved generation scripts logging ([b13ee93](b13ee93))
* **editor:** updated create-level function to allocate floors for movables ([9af2543](9af2543))
* **game:** added game state and zustand ([aaa12c1](aaa12c1))
* **ui:** basic episodes and level selection ([edd5490](edd5490))
  • Loading branch information
semantic-release-bot committed Mar 19, 2024
1 parent edd5490 commit c40bd2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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,7 +1,7 @@
{
"name": "power-of-two",
"private": true,
"version": "1.5.0",
"version": "1.6.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit c40bd2c

Please sign in to comment.