Skip to content

Commit

Permalink
chore(master): release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 26, 2024
1 parent 80306f7 commit dd422ec
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## 1.0.0 (2024-05-26)


### Features

* add cursor keys and render level title ([6601137](https://github.com/remarkablegames/code-arcade/commit/6601137dc60f998e9b48270107f058a40c651cb9))
* copy game from Replit ([2cf1675](https://github.com/remarkablegames/code-arcade/commit/2cf1675d34c229cb5249febbf62bae30cba0ff4d))
* improve game init function ([80306f7](https://github.com/remarkablegames/code-arcade/commit/80306f783501e44ae8774b0fde7d0cc36d179973))


### Bug Fixes

* improve website responsiveness with mobile friendly styles ([f0f1835](https://github.com/remarkablegames/code-arcade/commit/f0f18351d7261b544abe2875c7362423064d82c0))
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": "code-arcade",
"version": "1.0.0-alpha",
"version": "1.0.0",
"description": "Learn how to program with Code Arcade.",
"author": "Mark <[email protected]>",
"scripts": {
Expand Down

0 comments on commit dd422ec

Please sign in to comment.