Skip to content

Commit d09e9f5

Browse files
committed
release 0.2.0
Signed-off-by: shmck <[email protected]>
1 parent 18f3cf6 commit d09e9f5

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,10 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
77
## [0.1.0]
88

99
- Initial release
10+
11+
## [0.2.0]
12+
13+
- Improvements to error handling
14+
- Validate Git installed on startup
15+
- Validate git remote can connect on tutorial selection
16+
- Fix component translation issues

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

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

0 commit comments

Comments
 (0)