Skip to content

Commit 7ab72ce

Browse files
authored
Merge pull request #329 from coderoad/fix/icons
prepare v0.6.1 release
2 parents 39b13d9 + 18c1993 commit 7ab72ce

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,7 @@ CODEROAD_TUTORIAL_URL='path/to/tutorial_config_file.json' // will load directly
121121
```
122122

123123
- Improves styles for inline code blocks
124+
125+
## [0.6.1]
126+
127+
- Replace checkboxes with icons

package.json

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

web-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coderoad-app",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"private": true,
55
"scripts": {
66
"build": "react-app-rewired build",

0 commit comments

Comments
 (0)