Skip to content

Commit

Permalink
chore(master): release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and remarkablemark committed Jan 26, 2025
1 parent a4eb6d2 commit ab562d2
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 19 deletions.
36 changes: 20 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,29 @@
# Changelog

## 1.0.0 (2025-01-26)
## [1.0.1](https://github.com/remarkablegames/bubble-gun/compare/v1.0.0...v1.0.1) (2025-01-26)

### Miscellaneous Chores

### Features
- release 1.0.1 ([a4eb6d2](https://github.com/remarkablegames/bubble-gun/commit/a4eb6d2326f985855f4bae1d3b8443833f1b02d1))

* **backgrounds:** add tile ([8cc065a](https://github.com/remarkablegames/bubble-gun/commit/8cc065aa47f537af7b29f0ab4b3e7910b8651ce7))
* **gameobject:** have bubbie fire badbubble ([e70ff72](https://github.com/remarkablegames/bubble-gun/commit/e70ff728ea1f2b64b80b5c117331183571e99f0e))
* **gameobjects:** destroy good bubble and bad bubble on collision ([5d4b6c7](https://github.com/remarkablegames/bubble-gun/commit/5d4b6c795406d686897b80d56f79c447333cecb1))
* **gameobjects:** flip player sprite depending on mouse position ([3f6e566](https://github.com/remarkablegames/bubble-gun/commit/3f6e566a5196b4498c5e04816dc394189ba1e820))
* **gameobjects:** slow player and enemy when they're in a bubble ([a55765c](https://github.com/remarkablegames/bubble-gun/commit/a55765c5dc7db6d366f705652b5272f19909d3ba))
* **helpers:** add levels ([d9e4ee7](https://github.com/remarkablegames/bubble-gun/commit/d9e4ee7dcac584fd97a6c8a6060c5f3b2ee1dac4))
* **public:** replace logo ([2397219](https://github.com/remarkablegames/bubble-gun/commit/2397219c5af1ab1d955ae413ea8588cc63ab2672))
* **scenes:** add tutorial ([f5a9748](https://github.com/remarkablegames/bubble-gun/commit/f5a9748be2ebe18b080fd4ed03b84420dcb13992))
* **sprites:** add avatar ([c3bff1e](https://github.com/remarkablegames/bubble-gun/commit/c3bff1eda29f2713e57a1a23c02c6f78019c504b))
* **sprites:** add drain ([92b742f](https://github.com/remarkablegames/bubble-gun/commit/92b742fd6fba798539cfd818f6992be06adca724))
* **sprites:** add kiki expressions ([304ebdc](https://github.com/remarkablegames/bubble-gun/commit/304ebdccf8bd1aa07db0b676876b3585c07d21c1))
* **sprites:** replace bean with kiki ([0028c74](https://github.com/remarkablegames/bubble-gun/commit/0028c7400033fe0da4c3dd58057810811d89781b))
## 1.0.0 (2025-01-26)

### Features

- **backgrounds:** add tile ([8cc065a](https://github.com/remarkablegames/bubble-gun/commit/8cc065aa47f537af7b29f0ab4b3e7910b8651ce7))
- **gameobject:** have bubbie fire badbubble ([e70ff72](https://github.com/remarkablegames/bubble-gun/commit/e70ff728ea1f2b64b80b5c117331183571e99f0e))
- **gameobjects:** destroy good bubble and bad bubble on collision ([5d4b6c7](https://github.com/remarkablegames/bubble-gun/commit/5d4b6c795406d686897b80d56f79c447333cecb1))
- **gameobjects:** flip player sprite depending on mouse position ([3f6e566](https://github.com/remarkablegames/bubble-gun/commit/3f6e566a5196b4498c5e04816dc394189ba1e820))
- **gameobjects:** slow player and enemy when they're in a bubble ([a55765c](https://github.com/remarkablegames/bubble-gun/commit/a55765c5dc7db6d366f705652b5272f19909d3ba))
- **helpers:** add levels ([d9e4ee7](https://github.com/remarkablegames/bubble-gun/commit/d9e4ee7dcac584fd97a6c8a6060c5f3b2ee1dac4))
- **public:** replace logo ([2397219](https://github.com/remarkablegames/bubble-gun/commit/2397219c5af1ab1d955ae413ea8588cc63ab2672))
- **scenes:** add tutorial ([f5a9748](https://github.com/remarkablegames/bubble-gun/commit/f5a9748be2ebe18b080fd4ed03b84420dcb13992))
- **sprites:** add avatar ([c3bff1e](https://github.com/remarkablegames/bubble-gun/commit/c3bff1eda29f2713e57a1a23c02c6f78019c504b))
- **sprites:** add drain ([92b742f](https://github.com/remarkablegames/bubble-gun/commit/92b742fd6fba798539cfd818f6992be06adca724))
- **sprites:** add kiki expressions ([304ebdc](https://github.com/remarkablegames/bubble-gun/commit/304ebdccf8bd1aa07db0b676876b3585c07d21c1))
- **sprites:** replace bean with kiki ([0028c74](https://github.com/remarkablegames/bubble-gun/commit/0028c7400033fe0da4c3dd58057810811d89781b))

### Bug Fixes

* **gameobjects:** increase hole damage to enemy ([72d27fc](https://github.com/remarkablegames/bubble-gun/commit/72d27fcd9745661aaa7a321dcaf4ae7a4de6db7f))
* **gameobjects:** position health and score above the rest ([2725dbc](https://github.com/remarkablegames/bubble-gun/commit/2725dbc948c889de3ce3e91c9d5ae60860afc0d6))
- **gameobjects:** increase hole damage to enemy ([72d27fc](https://github.com/remarkablegames/bubble-gun/commit/72d27fcd9745661aaa7a321dcaf4ae7a4de6db7f))
- **gameobjects:** position health and score above the rest ([2725dbc](https://github.com/remarkablegames/bubble-gun/commit/2725dbc948c889de3ce3e91c9d5ae60860afc0d6))
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": "bubble-gun",
"version": "1.0.0",
"version": "1.0.1",
"description": "💦 Shoot bubbles at enemies!",
"author": "Mark <[email protected]>",
"scripts": {
Expand Down

0 comments on commit ab562d2

Please sign in to comment.