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

Commit 5a58ad2

Browse files
chore(release): 1.2.0 [skip ci]
# [1.2.0](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](1573455)) * blockquote-formatting-in-challenges ([#17590](https://github.com/freeCodeCamp/curriculum/issues/17590)) ([d31e0a3](d31e0a3)) ### Features * **interview-prep:** Porting Rosetta problems ([#17537](https://github.com/freeCodeCamp/curriculum/issues/17537)) ([a133a3f](a133a3f)) ### Reverts * "test(challenges): Corrected expected average value" ([#17568](https://github.com/freeCodeCamp/curriculum/issues/17568)) ([20fac4e](20fac4e))
1 parent d31e0a3 commit 5a58ad2

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,24 @@
1+
# [1.2.0](https://github.com/freeCodeCamp/curriculum/compare/v1.1.3...v1.2.0) (2018-06-19)
2+
3+
4+
### Bug Fixes
5+
6+
* **challenges:** Fix typo in security challenge ([#17608](https://github.com/freeCodeCamp/curriculum/issues/17608)) ([1573455](https://github.com/freeCodeCamp/curriculum/commit/1573455))
7+
* blockquote-formatting-in-challenges ([#17590](https://github.com/freeCodeCamp/curriculum/issues/17590)) ([d31e0a3](https://github.com/freeCodeCamp/curriculum/commit/d31e0a3))
8+
9+
10+
### Features
11+
12+
* **interview-prep:** Porting Rosetta problems ([#17537](https://github.com/freeCodeCamp/curriculum/issues/17537)) ([a133a3f](https://github.com/freeCodeCamp/curriculum/commit/a133a3f))
13+
14+
15+
### Reverts
16+
17+
* "test(challenges): Corrected expected average value" ([#17568](https://github.com/freeCodeCamp/curriculum/issues/17568)) ([20fac4e](https://github.com/freeCodeCamp/curriculum/commit/20fac4e))
18+
119
## [1.1.3](https://github.com/freeCodeCamp/curriculum/compare/v1.1.2...v1.1.3) (2018-06-13)
220

321

422
### Bug Fixes
523

624
* remove extraneous build step ([20c0143](https://github.com/freeCodeCamp/curriculum/commit/20c0143))
7-

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"bugs": {
1212
"url": "https://github.com/freeCodeCamp/curriculum/issues"
1313
},
14-
"version": "1.1.3",
14+
"version": "1.2.0",
1515
"main": "dist/index.js",
1616
"scripts": {
1717
"build": "npm run build:js && npm run build:json",

0 commit comments

Comments
 (0)