Skip to content

Commit 51ba044

Browse files
committed
prepare v0.17 release
Signed-off-by: shmck <[email protected]>
1 parent 0a23015 commit 51ba044

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to the "coderoad-vscode" extension will be documented in thi
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## [0.17.0]
8+
9+
- auto-launch a continued tutorial
710
## [0.16.0]
811

912
- add support for writing session state to a file. This is useful in multi-container environments where local storage is not necessarily preserved across sessions.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coderoad",
3-
"version": "0.16.0",
3+
"version": "0.16.1",
44
"description": "Play interactive coding tutorials in your editor",
55
"keywords": [
66
"tutorial",

web-app/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SKIP_PREFLIGHT_CHECK=true
2-
VERSION=0.16.0
2+
VERSION=0.17.0
33
NODE_ENV=local
44
REACT_APP_DEBUG=false
55
REACT_APP_LOG=false

web-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coderoad-app",
3-
"version": "0.16.0",
3+
"version": "0.17.0",
44
"private": true,
55
"scripts": {
66
"build": "react-app-rewired build",

0 commit comments

Comments
 (0)