Skip to content

Commit 0ca7efc

Browse files
committed
prepare v0.14 release
Signed-off-by: shmck <[email protected]>
1 parent 381bb9e commit 0ca7efc

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,10 @@ Adds a review page for viewing tutorial content. The review page should be espec
249249
- Supports running vscode commands anywhere that command line commands can be run
250250
- Admin mode to allow creators to jump between tutorial levels/steps during development
251251

252-
### [0.13.1]
252+
### [0.14.0]
253253

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coderoad",
3-
"version": "0.13.0",
3+
"version": "0.14.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.13.0",
3+
"version": "0.14.0",
44
"private": true,
55
"scripts": {
66
"build": "react-app-rewired build",

0 commit comments

Comments
 (0)