File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,8 @@ Resulting in a folder structure like the following:
104
104
105
105
## [0.5.0]
106
106
107
- - Show error messages in the webview UI
107
+ - Show test fail messages in the webview UI
108
108
109
109

110
+
111
+ - Display error messages if React fails to load
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " coderoad" ,
3
- "version" : " 0.4 .0" ,
3
+ "version" : " 0.5 .0" ,
4
4
"description" : " Play interactive coding tutorials in your editor" ,
5
5
"keywords" : [
6
6
" tutorial" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " coderoad-app" ,
3
- "version" : " 0.4 .0" ,
3
+ "version" : " 0.5 .0" ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"build" : " react-app-rewired build" ,
You can’t perform that action at this time.
0 commit comments