Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ Whenever something on the version branch gets changed, add the new branch name a
## [v1.0.0]

- Initial soft release with news article

## [v1.0.1]

- Fix regex in steps `950.1` and `970.1`, to match variable in double parenthesis not preceded by `$`
- Fix test description in step `990.1`: elif -> else
8 changes: 4 additions & 4 deletions coderoad.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '1.0.0'
version: '1.0.1'
config:
setup:
commands:
Expand All @@ -10,8 +10,8 @@ config:
tap: --reporter=mocha-tap-reporter
directory: .freeCodeCamp
repo:
uri: https://github.com/freeCodeCamp/learn-bash-scripting-by-building-five-programs
branch: v1.0.0
uri: https://github.com/gikf/learn-bash-scripting-by-building-five-programs
branch: v1.0.1
reset:
commands:
- './.freeCodeCamp/reset.sh'
Expand Down Expand Up @@ -402,7 +402,7 @@ levels:
- id: '548.1'
setup:
watchers:
- ../.bash_history
- ../.bash_history
- id: '550'
steps:
- id: '550.1'
Expand Down
Loading