Skip to content

Commit

Permalink
chore(release): 3.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.1](freeCodeCamp/curriculum@v3.0.0...v3.0.1) (2018-06-30)

### Bug Fixes

* **challenges:** change comment to make it clearer ([freeCodeCamp#72](freeCodeCamp#72)) ([46fcf43](freeCodeCamp@46fcf43))
* **challenges:** fix a test case in an Applied Accessibility ([4c0d587](freeCodeCamp@4c0d587))
* **challenges:** remove unnecessary test cases ([17af3dd](freeCodeCamp@17af3dd))
* **challenges:** removed a test in basic javascript challenge ([freeCodeCamp#76](freeCodeCamp#76)) ([ff26697](freeCodeCamp@ff26697)), closes [freeCodeCamp#73](freeCodeCamp#73)
* **challenges:** removed comment in the seed ([6a8a9db](freeCodeCamp@6a8a9db))
* **challenges:** removed redundant text from challenge ([c37a1e8](freeCodeCamp@c37a1e8)), closes [freeCodeCamp#36](freeCodeCamp#36)
  • Loading branch information
camperbot authored and anku255 committed Jun 30, 2018
1 parent 09ff963 commit 2810402
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [3.0.1](https://github.com/freeCodeCamp/curriculum/compare/v3.0.0...v3.0.1) (2018-06-30)


### Bug Fixes

* **challenges:** change comment to make it clearer ([#72](https://github.com/freeCodeCamp/curriculum/issues/72)) ([46fcf43](https://github.com/freeCodeCamp/curriculum/commit/46fcf43))
* **challenges:** fix a test case in an Applied Accessibility ([4c0d587](https://github.com/freeCodeCamp/curriculum/commit/4c0d587))
* **challenges:** remove unnecessary test cases ([17af3dd](https://github.com/freeCodeCamp/curriculum/commit/17af3dd))
* **challenges:** removed a test in basic javascript challenge ([#76](https://github.com/freeCodeCamp/curriculum/issues/76)) ([ff26697](https://github.com/freeCodeCamp/curriculum/commit/ff26697)), closes [#73](https://github.com/freeCodeCamp/curriculum/issues/73)
* **challenges:** removed comment in the seed ([6a8a9db](https://github.com/freeCodeCamp/curriculum/commit/6a8a9db))
* **challenges:** removed redundant text from challenge ([c37a1e8](https://github.com/freeCodeCamp/curriculum/commit/c37a1e8)), closes [#36](https://github.com/freeCodeCamp/curriculum/issues/36)

# [3.0.0](https://github.com/freeCodeCamp/curriculum/compare/v2.0.0...v3.0.0) (2018-06-29)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/freeCodeCamp/curriculum/issues"
},
"version": "3.0.0",
"version": "3.0.1",
"main": "dist/index.js",
"scripts": {
"build": "npm run build:js && npm run build:json",
Expand Down

0 comments on commit 2810402

Please sign in to comment.