Skip to content

Commit

Permalink
chore: release v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JanStevens committed Apr 17, 2024
1 parent 3575f75 commit 8b14fde
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@


## [1.6.0](https://github.com/JanStevens/monster-mirror/compare/1.5.0...1.6.0) (2024-04-17)


### Features

* add solo scenario sooth singer enemies ([0eaded8](https://github.com/JanStevens/monster-mirror/commit/0eaded8383f3567246f99a152d35f11bcb70af53))
* update dependencies and style ([3575f75](https://github.com/JanStevens/monster-mirror/commit/3575f751030e3d7eb7ed6bfb98b93795885afeaa))


### Bug Fixes

* remove soothsinger solo scenario ([3e86925](https://github.com/JanStevens/monster-mirror/commit/3e869252f6d0b006ca7d2132c1d3d7ce7ac33db7))

## [1.5.0](https://github.com/JanStevens/monster-mirror/compare/1.4.5...1.5.0) (2024-03-15)


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": "monster-mirror",
"version": "1.5.0",
"version": "1.6.0",
"private": true,
"scripts": {
"prepare": "panda codegen && husky install",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
"browser"
],
"orientation": "portrait",
"version": "1.5.0"
"version": "1.6.0"
}

0 comments on commit 8b14fde

Please sign in to comment.