Skip to content

Commit 8522ec6

Browse files
committedNov 29, 2021
prepare v0.17.2 release
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
1 parent c1e8594 commit 8522ec6

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed
 

‎CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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.2]
8+
9+
- Bundle size down to ~1mb
10+
11+
## [0.17.1]
12+
13+
- Bundle size down to ~2mb
14+
715
## [0.17.0]
816

917
- auto-launch a continued tutorial

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coderoad",
3-
"version": "0.17.1",
3+
"version": "0.17.2",
44
"description": "Play interactive coding tutorials in your editor",
55
"keywords": [
66
"tutorial",

‎web-app/.env.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SKIP_PREFLIGHT_CHECK=true
2-
VERSION=0.17.1
2+
VERSION=0.17.2
33
NODE_ENV=local
44
REACT_APP_DEBUG=false
55
REACT_APP_LOG=false

‎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.17.1",
3+
"version": "0.17.2",
44
"private": true,
55
"scripts": {
66
"analyze": "source-map-explorer 'build/static/js/*.js'",

0 commit comments

Comments
 (0)
Failed to load comments.