Skip to content

Commit

Permalink
chore(release): 1.16.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.16.0](v1.15.0...v1.16.0) (2024-03-26)

### Bug Fixes

* **engine:** added check for removed entities in `getCanMerge` function ([5351521](5351521))
* **engine:** updated `getLevelId` function to filter out removed entities ([154bf02](154bf02))

### Features

* **engine:** added `Director` and `Target` entity types ([f51598f](f51598f))
* **engine:** added `get-has-priority` and `get-obstacle-position` utility functions ([7fb32b8](7fb32b8))
* **engine:** added `get-ordered-candidates` utility function ([5765bdd](5765bdd))
* **engine:** added `getGroupedByType` utility function ([6294452](6294452))
* **engine:** added `getPermutations` utility function and tests ([d5bb482](d5bb482))
* **engine:** added `merge-dices` utility function ([11ba699](11ba699))
* **game:** updated levels ([9e24457](9e24457))
  • Loading branch information
semantic-release-bot committed Mar 26, 2024
1 parent 30289b6 commit ac68f0d
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.15.0",
"version": "1.16.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit ac68f0d

Please sign in to comment.