Skip to content

Commit ee37246

Browse files
committed
prepare v0.4.0 release
Signed-off-by: shmck <[email protected]>
1 parent 54b5428 commit ee37246

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,11 @@ Resulting in a folder structure like the following:
9191
- package.json
9292
- server.js
9393
```
94+
95+
## [0.4.0]
96+
97+
- Navigate through text content from previous levels.
98+
99+
![traverse content](./docs/images/traverse-content.png)
100+
101+
- Fixes progress navigation bug when no steps in a level

Diff for: docs/images/traverse-content.png

112 KB
Loading

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coderoad",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Play interactive coding tutorials in your editor",
55
"keywords": [
66
"tutorial",

Diff for: web-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coderoad-app",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"private": true,
55
"scripts": {
66
"build": "react-app-rewired build",

0 commit comments

Comments
 (0)