Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
prepare 0.2.3 release with notes
Signed-off-by: shmck <[email protected]>
  • Loading branch information
ShMcK committed Apr 13, 2020
commit 9ec63c8f6bfeb94ea52e75bc029dd62fcbe38815
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
## [0.2.2]

- Fixes issue where app fails on startup without a workspace, and instead returns an error page

## [0.2.3]

- Support Windows OS
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Install CodeRoad from [this link in the VSCode Marketplace](https://marketplace.

### Requirements

- OS: MacOS, Linux (Windows coming soon #227)
- OS: MacOS, Windows, Linux
- VSCode 1.40+
- Node.js 10+
- Git
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coderoad",
"version": "0.2.2",
"version": "0.2.3",
"description": "Play interactive coding tutorials in your editor",
"keywords": [
"tutorial",
Expand Down
2 changes: 1 addition & 1 deletion web-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coderoad-app",
"version": "0.1.0",
"version": "0.2.3",
"private": true,
"scripts": {
"build": "react-app-rewired build",
Expand Down