We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 39b13d9 + 18c1993 commit 7ab72ceCopy full SHA for 7ab72ce
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