Skip to content

Commit 422fc45

Browse files
Merge pull request #1 from remarkablegames/release-please--branches--master--components--rhythmism
chore(master): release 1.0.0
2 parents c32fa65 + 7ac34f6 commit 422fc45

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## 1.0.0 (2024-02-18)
4+
5+
6+
### Features
7+
8+
* add rhythm game ([c1e3ad2](https://github.com/remarkablegames/rhythmism/commit/c1e3ad217dee836b2598c9778ec6c937f676ccae))
9+
* **levels:** update sinbad.json ([2f79db3](https://github.com/remarkablegames/rhythmism/commit/2f79db36614108f0d66fe2c3a431eb7044ee403b))
10+
* **scenes:** add guitar-city background to start ([b27f4fd](https://github.com/remarkablegames/rhythmism/commit/b27f4fd7bc3a8a0f4874c2f72039acb9ef44c046))
11+
* **style:** set background color ([4a35544](https://github.com/remarkablegames/rhythmism/commit/4a3554429889809667ebe0935cffe0f96c274118))
12+
13+
14+
### Bug Fixes
15+
16+
* **helpers:** don't play music twice in volume slider ([8b3bde9](https://github.com/remarkablegames/rhythmism/commit/8b3bde9f0501f78474f2de370f756369a1491333))
17+
* **helpers:** fix volumeSlider logic ([9bebb41](https://github.com/remarkablegames/rhythmism/commit/9bebb41c02f37f3da5e9ae9267a6890d3012f8ef))
18+
* **levels:** set tranquil-wave default volume to 0.5 ([d947f39](https://github.com/remarkablegames/rhythmism/commit/d947f39dde8547029537a172d1319a642f7a34a9))

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rhythmism",
3-
"version": "1.0.0-alpha",
3+
"version": "1.0.0",
44
"description": "Rhythmism is a web rhythm game.",
55
"author": "Mark <mark@remarkablemark.org>",
66
"scripts": {

0 commit comments

Comments
 (0)