Skip to content

Commit 549313e

Browse files
Merge pull request #1 from remarkablegames/release-please--branches--master--components--linkit
chore(master): release 1.0.0
2 parents c32085c + 585d6bd commit 549313e

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
## 1.0.0 (2024-04-21)
4+
5+
6+
### Features
7+
8+
* copy game from Replit ([fb8a019](https://github.com/remarkablegames/linkit/commit/fb8a01973f5bac00093538eba53419cafd52dd80))
9+
10+
11+
### Bug Fixes
12+
13+
* **audio:** use import.meta.url to import sounds ([e898a2a](https://github.com/remarkablegames/linkit/commit/e898a2ab6415032d8e30a70504fccd7bbd48124e))
14+
* **helpers:** fix TypeScript error in pairs ([cbb39c3](https://github.com/remarkablegames/linkit/commit/cbb39c3d0c8864e83e7856d98ce4f73b1e823fe3))
15+
* **scenes:** center text and display game name for level 0 ([e085467](https://github.com/remarkablegames/linkit/commit/e085467f52856a5db77e6d0d70929670bebaa101))

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": "linkit",
3-
"version": "1.0.0-alpha",
3+
"version": "1.0.0",
44
"description": "A template for building Phaser games.",
55
"author": "Mark <[email protected]>",
66
"scripts": {

0 commit comments

Comments
 (0)