Skip to content

Commit

Permalink
Merge pull request #1 from remarkablegames/release-please--branches--…
Browse files Browse the repository at this point in the history
…master--components--rhythmism

chore(master): release 1.0.0
  • Loading branch information
remarkablemark authored Feb 18, 2024
2 parents c32fa65 + 7ac34f6 commit 422fc45
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## 1.0.0 (2024-02-18)


### Features

* add rhythm game ([c1e3ad2](https://github.com/remarkablegames/rhythmism/commit/c1e3ad217dee836b2598c9778ec6c937f676ccae))
* **levels:** update sinbad.json ([2f79db3](https://github.com/remarkablegames/rhythmism/commit/2f79db36614108f0d66fe2c3a431eb7044ee403b))
* **scenes:** add guitar-city background to start ([b27f4fd](https://github.com/remarkablegames/rhythmism/commit/b27f4fd7bc3a8a0f4874c2f72039acb9ef44c046))
* **style:** set background color ([4a35544](https://github.com/remarkablegames/rhythmism/commit/4a3554429889809667ebe0935cffe0f96c274118))


### Bug Fixes

* **helpers:** don't play music twice in volume slider ([8b3bde9](https://github.com/remarkablegames/rhythmism/commit/8b3bde9f0501f78474f2de370f756369a1491333))
* **helpers:** fix volumeSlider logic ([9bebb41](https://github.com/remarkablegames/rhythmism/commit/9bebb41c02f37f3da5e9ae9267a6890d3012f8ef))
* **levels:** set tranquil-wave default volume to 0.5 ([d947f39](https://github.com/remarkablegames/rhythmism/commit/d947f39dde8547029537a172d1319a642f7a34a9))
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": "rhythmism",
"version": "1.0.0-alpha",
"version": "1.0.0",
"description": "Rhythmism is a web rhythm game.",
"author": "Mark <[email protected]>",
"scripts": {
Expand Down

0 comments on commit 422fc45

Please sign in to comment.