diff --git a/CHANGELOG.md b/CHANGELOG.md index 76e6eb7..e7052c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/remarkablegames/rhythmism/compare/v1.0.2...v1.1.0) (2024-02-18) + + +### Features + +* **gameobjects:** add touch support to keys ([4c0cc9a](https://github.com/remarkablegames/rhythmism/commit/4c0cc9a7e6b7a3ee9b529da6ec007e3423026680)) + ## [1.0.2](https://github.com/remarkablegames/rhythmism/compare/v1.0.1...v1.0.2) (2024-02-18) diff --git a/package-lock.json b/package-lock.json index a701ffa..7e46e42 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rhythmism", - "version": "1.0.2", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rhythmism", - "version": "1.0.2", + "version": "1.1.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index e2ab3ca..135199a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rhythmism", - "version": "1.0.2", + "version": "1.1.0", "description": "Rhythmism is a web rhythm game.", "author": "Mark ", "scripts": {