From 5a58ad276e0cab47b5142dd7a4fc5fa034b69578 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 19 Jun 2018 12:32:56 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] # [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)) --- CHANGELOG.md | 19 ++++++++++++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 601d0ac68..6f179a385 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) ### Bug Fixes * remove extraneous build step ([20c0143](https://github.com/freeCodeCamp/curriculum/commit/20c0143)) - diff --git a/package-lock.json b/package-lock.json index a174bfe90..f73e783da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@freecodecamp/curriculum", - "version": "1.1.3", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7179f0a58..dcdfd9d82 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "bugs": { "url": "https://github.com/freeCodeCamp/curriculum/issues" }, - "version": "1.1.3", + "version": "1.2.0", "main": "dist/index.js", "scripts": { "build": "npm run build:js && npm run build:json",