We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a23015 commit 51ba044Copy full SHA for 51ba044
CHANGELOG.md
@@ -4,6 +4,9 @@ All notable changes to the "coderoad-vscode" extension will be documented in thi
4
5
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
6
7
+## [0.17.0]
8
+
9
+- auto-launch a continued tutorial
10
## [0.16.0]
11
12
- 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
@@ -1,6 +1,6 @@
1
{
2
"name": "coderoad",
3
- "version": "0.16.0",
+ "version": "0.16.1",
"description": "Play interactive coding tutorials in your editor",
"keywords": [
"tutorial",
web-app/.env.example
@@ -1,5 +1,5 @@
SKIP_PREFLIGHT_CHECK=true
-VERSION=0.16.0
+VERSION=0.17.0
NODE_ENV=local
REACT_APP_DEBUG=false
REACT_APP_LOG=false
web-app/package.json
"name": "coderoad-app",
+ "version" 4790 : "0.17.0",
"private": true,
"scripts": {
"build": "react-app-rewired build",