Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

Commit

Permalink
chore(release): 1.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.1](v1.2.0...v1.2.1) (2018-06-21)

### Bug Fixes

* changes text to bold in the JS Algo and DS ([#20](#20)) ([999c6af](999c6af))
* example link will open in new tab ([#22](#22)) ([5815401](5815401))
* give 'Exercise Tracker' the correct id ([6de827c](6de827c))
* Remove an unnecessary line from basic javascript challenge ([#19](#19)) ([e1dfe8f](e1dfe8f))
* sample code in intro to currying ([d4cf9de](d4cf9de))
* typo errors ([#23](#23)) ([16ff132](16ff132))
  • Loading branch information
semantic-release-bot committed Jun 21, 2018
1 parent d4cf9de commit 77f542a
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 @@
## [1.2.1](https://github.com/freeCodeCamp/curriculum/compare/v1.2.0...v1.2.1) (2018-06-21)


### Bug Fixes

* changes text to bold in the JS Algo and DS ([#20](https://github.com/freeCodeCamp/curriculum/issues/20)) ([999c6af](https://github.com/freeCodeCamp/curriculum/commit/999c6af))
* example link will open in new tab ([#22](https://github.com/freeCodeCamp/curriculum/issues/22)) ([5815401](https://github.com/freeCodeCamp/curriculum/commit/5815401))
* give 'Exercise Tracker' the correct id ([6de827c](https://github.com/freeCodeCamp/curriculum/commit/6de827c))
* Remove an unnecessary line from basic javascript challenge ([#19](https://github.com/freeCodeCamp/curriculum/issues/19)) ([e1dfe8f](https://github.com/freeCodeCamp/curriculum/commit/e1dfe8f))
* sample code in intro to currying ([d4cf9de](https://github.com/freeCodeCamp/curriculum/commit/d4cf9de))
* typo errors ([#23](https://github.com/freeCodeCamp/curriculum/issues/23)) ([16ff132](https://github.com/freeCodeCamp/curriculum/commit/16ff132))

# [1.2.0](https://github.com/freeCodeCamp/curriculum/compare/v1.1.3...v1.2.0) (2018-06-19)


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": "1.2.0",
"version": "1.2.1",
"main": "dist/index.js",
"scripts": {
"build": "npm run build:js && npm run build:json",
Expand Down

0 comments on commit 77f542a

Please sign in to comment.