From 20d07d446e3df1e8946b103f4b89cff654cf17ff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 06:15:48 +0000 Subject: [PATCH] chore(master): release 1.1.0 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf6ca2e..d21d675 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.1.0](https://github.com/remarkablegames/bubble-gun/compare/v1.0.2...v1.1.0) (2025-01-28) + + +### Features + +* **gameobjects:** add modal to pause screen ([65fa6da](https://github.com/remarkablegames/bubble-gun/commit/65fa6da138b7d5cf7c6c9482d4ffed375364dbb8)) +* **gameobjects:** add pause menu ([28d1322](https://github.com/remarkablegames/bubble-gun/commit/28d1322b71dcaa009c25a5588a41e69cc292169f)) +* **gameobjects:** add rewards ([261db76](https://github.com/remarkablegames/bubble-gun/commit/261db76938cdacc83e436fd04314faffb043c10e)) +* **gameobjects:** add tween to reward menu ([31b4cad](https://github.com/remarkablegames/bubble-gun/commit/31b4cadebdb227bf9d94acb929ea7df5a82ac0c2)) + ## [1.0.2](https://github.com/remarkablegames/bubble-gun/compare/v1.0.1...v1.0.2) (2025-01-26) ### Miscellaneous Chores diff --git a/package-lock.json b/package-lock.json index 45b04d3..46334e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bubble-gun", - "version": "1.0.2", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bubble-gun", - "version": "1.0.2", + "version": "1.1.0", "license": "MIT", "dependencies": { "kaplay": "3001.0.9" diff --git a/package.json b/package.json index 4cccec4..8f2b7fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bubble-gun", - "version": "1.0.2", + "version": "1.1.0", "description": "💦 Shoot bubbles at enemies!", "author": "Mark ", "scripts": {