4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ All notable changes to the "coderoad-vscode" extension will be documented in thi
4
4
5
5
Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
6
6
7
+ ## [ 0.17.2]
8
+
9
+ - Bundle size down to ~ 1mb
10
+
11
+ ## [ 0.17.1]
12
+
13
+ - Bundle size down to ~ 2mb
14
+
7
15
## [ 0.17.0]
8
16
9
17
- auto-launch a continued tutorial
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " coderoad" ,
3
- "version" : " 0.17.1 " ,
3
+ "version" : " 0.17.2 " ,
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
SKIP_PREFLIGHT_CHECK = true
2
- VERSION = 0.17.1
2
+ VERSION = 0.17.2
3
3
NODE_ENV = local
4
4
REACT_APP_DEBUG = false
5
5
REACT_APP_LOG = false
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " coderoad-app" ,
3
- "version" : " 0.17.1 " ,
3
+ "version" : " 0.17.2 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"analyze" : " source-map-explorer 'build/static/js/*.js'" ,
0 commit comments