File tree 3 files changed +8
-5
lines changed
3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -249,7 +249,10 @@ Adds a review page for viewing tutorial content. The review page should be espec
249
249
- Supports running vscode commands anywhere that command line commands can be run
250
250
- Admin mode to allow creators to jump between tutorial levels/steps during development
251
251
252
- ### [0.13.1 ]
252
+ ### [0.14.0 ]
253
253
254
- - Add logo
255
- - Fix issue with watcher tests running on reset
254
+ - Add logo to vscode marketplace
255
+ - Fixes
256
+ - issue with watcher tests running on reset
257
+ - issue with some commits loading multiple times on continue
258
+ - issue with task progress not displaying correctly
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " coderoad" ,
3
- "version" : " 0.13 .0" ,
3
+ "version" : " 0.14 .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.13 .0" ,
3
+ "version" : " 0.14 .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