diff --git a/CHANGELOG.md b/CHANGELOG.md index 8715994..76e6eb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.2](https://github.com/remarkablegames/rhythmism/compare/v1.0.1...v1.0.2) (2024-02-18) + + +### Bug Fixes + +* **helpers:** center position of keys ([023566a](https://github.com/remarkablegames/rhythmism/commit/023566a660618995a2ea983b4e4f1696adf2cbc5)) + ## [1.0.1](https://github.com/remarkablegames/rhythmism/compare/v1.0.0...v1.0.1) (2024-02-18) diff --git a/package-lock.json b/package-lock.json index 007a818..a701ffa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rhythmism", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rhythmism", - "version": "1.0.1", + "version": "1.0.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ebbe365..e2ab3ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rhythmism", - "version": "1.0.1", + "version": "1.0.2", "description": "Rhythmism is a web rhythm game.", "author": "Mark ", "scripts": {