Skip to content

Commit

Permalink
Bump version to 0.6.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
albrow committed Mar 4, 2024
1 parent cff476f commit 56226b7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elara-electron",
"version": "0.5.1",
"version": "0.6.0",
"description": "Electron build for Elara: a free coding game",
"main": "main.js",
"build": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Alex Browne <stephenalexbrowne@gmail.com>",
"name": "elara",
"version": "0.5.1",
"version": "0.6.0",
"license": "SEE LICENSE in LICENSE.txt",
"home": "https://albrow.github.io/elara/",
"scripts": {
Expand Down
9 changes: 9 additions & 0 deletions web/components/changelog.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<a href="https://github.com/albrow/elara/commits/main" target="_blank">More info on GitHub</a>

##### March 3, 2024 (version 0.6.0)

- Added two new cutscenes:
- One after "On Your Own" which shows G.R.O.V.E.R. getting hit by a small asteroid.
- One after "Three Lefts Make a Right" which shows G.R.O.V.E.R. visiting the repair bay.
- There's no easy way to see these cutscenes if you have already beaten these levels, but you can watch them directly on YouTube:
- <a href="https://youtu.be/ZUESwBuuePY" target="_blank">G.R.O.V.E.R. getting hit by a small asteroid</a>
- <a href="https://youtu.be/bwjOIaBQhEw" target="_blank">G.R.O.V.E.R. visiting the repair bay</a>

##### February 14, 2024 (version 0.5.1)

- Fixed a bug where the move sound effect wasn't played for runnable examples inside the journal.
Expand Down

0 comments on commit 56226b7

Please sign in to comment.