Skip to content

Commit ebd748a

Browse files
authored
Merge pull request #314 from coderoad/release/v0.5
prepare v0.5 release
2 parents 60855a5 + 44262c7 commit ebd748a

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ Resulting in a folder structure like the following:
104104

105105
## [0.5.0]
106106

107-
- Show error messages in the webview UI
107+
- Show test fail messages in the webview UI
108108

109109
![fail message in webview](./docs/images/fail-message-in-webview.png)
110+
111+
- Display error messages if React fails to load

package.json

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

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.4.0",
3+
"version": "0.5.0",
44
"private": true,
55
"scripts": {
66
"build": "react-app-rewired build",

0 commit comments

Comments
 (0)