8000 release 0.2.0 · phptuts/coderoad-vscode@d09e9f5 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d09e9f5

Browse files
committed
release 0.2.0
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
1 parent 18f3cf6 commit d09e9f5

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.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)
0