Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fa2004 commit 18c1993Copy full SHA for 18c1993
CHANGELOG.md
@@ -121,3 +121,7 @@ CODEROAD_TUTORIAL_URL='path/to/tutorial_config_file.json' // will load directly
121
```
122
123
- Improves styles for inline code blocks
124
+
125
+## [0.6.1]
126
127
+- Replace checkboxes with icons
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "coderoad",
3
- "version": "0.6.0",
+ "version": "0.6.1",
4
"description": "Play interactive coding tutorials in your editor",
5
"keywords": [
6
"tutorial",
web-app/package.json
"name": "coderoad-app",
"private": true,
"scripts": {
"build": "react-app-rewired build",
0 commit comments