semantic-release-bot
2018-06-19 12:32:56 +00:00
parent d31e0a3a24
commit 5a58ad276e
3 changed files with 20 additions and 3 deletions

View File

@ -1,7 +1,24 @@
# [1.2.0](https://github.com/freeCodeCamp/curriculum/compare/v1.1.3...v1.2.0) (2018-06-19)
### Bug Fixes
* **challenges:** Fix typo in security challenge ([#17608](https://github.com/freeCodeCamp/curriculum/issues/17608)) ([1573455](https://github.com/freeCodeCamp/curriculum/commit/1573455))
* blockquote-formatting-in-challenges ([#17590](https://github.com/freeCodeCamp/curriculum/issues/17590)) ([d31e0a3](https://github.com/freeCodeCamp/curriculum/commit/d31e0a3))
### Features
* **interview-prep:** Porting Rosetta problems ([#17537](https://github.com/freeCodeCamp/curriculum/issues/17537)) ([a133a3f](https://github.com/freeCodeCamp/curriculum/commit/a133a3f))
### Reverts
* "test(challenges): Corrected expected average value" ([#17568](https://github.com/freeCodeCamp/curriculum/issues/17568)) ([20fac4e](https://github.com/freeCodeCamp/curriculum/commit/20fac4e))
## [1.1.3](https://github.com/freeCodeCamp/curriculum/compare/v1.1.2...v1.1.3) (2018-06-13) ## [1.1.3](https://github.com/freeCodeCamp/curriculum/compare/v1.1.2...v1.1.3) (2018-06-13)
### Bug Fixes ### Bug Fixes
* remove extraneous build step ([20c0143](https://github.com/freeCodeCamp/curriculum/commit/20c0143)) * remove extraneous build step ([20c0143](https://github.com/freeCodeCamp/curriculum/commit/20c0143))

2
package-lock.json generated
View File

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

View File

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