chore(release): 2.0.0 [skip ci]

# [2.0.0](https://github.com/freeCodeCamp/curriculum/compare/v1.2.1...v2.0.0) (2018-06-24)

### Bug Fixes

* **challenges:** Correct a regex in ES6 read-only challenge ([#41](https://github.com/freeCodeCamp/curriculum/issues/41)) ([cf9336a](https://github.com/freeCodeCamp/curriculum/commit/cf9336a))
* **challenges:** fix responsive web design cert claim ([6e02f9d](https://github.com/freeCodeCamp/curriculum/commit/6e02f9d))
* **interview-prep:** Remove duplicates ([816be51](https://github.com/freeCodeCamp/curriculum/commit/816be51))

### Features

* **interview-prep:** Porting Rosetta problems ([#17537](https://github.com/freeCodeCamp/curriculum/issues/17537)) ([21930a8](https://github.com/freeCodeCamp/curriculum/commit/21930a8))

### BREAKING CHANGES

* **challenges:** none
pull/18182/head
semantic-release-bot 2018-06-24 13:43:00 +00:00
parent 6e02f9d3e4
commit 6bb62c7c2c
3 changed files with 21 additions and 2 deletions

View File

@ -1,3 +1,22 @@
# [2.0.0](https://github.com/freeCodeCamp/curriculum/compare/v1.2.1...v2.0.0) (2018-06-24)
### Bug Fixes
* **challenges:** Correct a regex in ES6 read-only challenge ([#41](https://github.com/freeCodeCamp/curriculum/issues/41)) ([cf9336a](https://github.com/freeCodeCamp/curriculum/commit/cf9336a))
* **challenges:** fix responsive web design cert claim ([6e02f9d](https://github.com/freeCodeCamp/curriculum/commit/6e02f9d))
* **interview-prep:** Remove duplicates ([816be51](https://github.com/freeCodeCamp/curriculum/commit/816be51))
### Features
* **interview-prep:** Porting Rosetta problems ([#17537](https://github.com/freeCodeCamp/curriculum/issues/17537)) ([21930a8](https://github.com/freeCodeCamp/curriculum/commit/21930a8))
### BREAKING CHANGES
* **challenges:** none
## [1.2.1](https://github.com/freeCodeCamp/curriculum/compare/v1.2.0...v1.2.1) (2018-06-21)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@freecodecamp/curriculum",
"version": "1.2.1",
"version": "2.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/freeCodeCamp/curriculum/issues"
},
"version": "1.2.1",
"version": "2.0.0",
"main": "dist/index.js",
"scripts": {
"build": "npm run build:js && npm run build:json",