Skip to content

Commit

Permalink
feat: release v1.0.3 (#11)
Browse files Browse the repository at this point in the history
* feat: release v1.0.3

* update json
  • Loading branch information
moT01 authored Apr 29, 2022
1 parent cb84353 commit 8e292f6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ Whenever a new version is created, add the new branch name and the changes here

- Move startup commands to `setup.sh`
- Run `setup.sh` on continue and reset

## [v1.0.3]

- Add `exit` flag to mocha so tests can't hang
4 changes: 2 additions & 2 deletions coderoad.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: 'freeCodeCamp/learn-number-guessing-game:v1.0.0'
version: '1.0.2'
version: '1.0.3'
config:
setup:
commands:
Expand All @@ -13,7 +13,7 @@ config:
directory: .freeCodeCamp
repo:
uri: https://github.com/freeCodeCamp/learn-number-guessing-game
branch: v1.0.2
branch: v1.0.3
continue:
commands:
- './.freeCodeCamp/setup.sh'
Expand Down
8 changes: 4 additions & 4 deletions tutorial.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "freeCodeCamp/learn-number-guessing-game:v1.0.0",
"version": "1.0.2",
"version": "1.0.3",
"summary": {
"title": "Number Guessing Game",
"description": "> Welcome! Are you ready to build a random number guessing game?"
Expand All @@ -12,7 +12,7 @@
"cd .freeCodeCamp && npm install"
],
"commits": [
"0529677d83ac9be88c64bd7279873306f56e0a4a"
"0675897b8f215c4d9f43db7e472df4449660ce07"
]
},
"testRunner": {
Expand All @@ -25,7 +25,7 @@
},
"repo": {
"uri": "https://github.com/freeCodeCamp/learn-number-guessing-game",
"branch": "v1.0.2"
"branch": "v1.0.3"
},
"continue": {
"commands": [
Expand Down Expand Up @@ -84,7 +84,7 @@
],
"setup": {
"commits": [
"5096118b0a5914b4d326a98332aa9e11d6558f07"
"3ab32fa2baf1e5abbe0df24693f8e3b3a709d4f3"
]
}
}
Expand Down

0 comments on commit 8e292f6

Please sign in to comment.