Skip to content

Commit

Permalink
chore(release): 1.22.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.22.0](v1.21.0...v1.22.0) (2024-03-28)

### Bug Fixes

* **ui:** moved `LevelInfo` from `GameScreen` to `Game` component ([8247f5c](8247f5c))

### Features

* **game:** added new levels ([a1c62ad](a1c62ad))
* **sound:** added sound-related features and components ([217d710](217d710))
* **ui:** added `howler` library for sound effects, screens music ([8b27b76](8b27b76))
* **ui:** updated font sizes in `screen` and `win-screen` components ([94f3ef7](94f3ef7))
* **ui:** updated the win screen titles, increased `Screen` delay ([8731b31](8731b31))
  • Loading branch information
semantic-release-bot committed Mar 28, 2024
1 parent a1c62ad commit 924a42e
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.21.0",
"version": "1.22.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 924a42e

Please sign in to comment.