chore(release): 3.2.1 [skip ci]

## [3.2.1](https://github.com/freeCodeCamp/curriculum/compare/v3.2.0...v3.2.1) (2018-09-25)

### Bug Fixes

* Add videoUrl field ([#298](https://github.com/freeCodeCamp/curriculum/issues/298)) ([ce3cc22](https://github.com/freeCodeCamp/curriculum/commit/ce3cc22))
This commit is contained in:
CamperBot
2018-09-25 15:17:11 +00:00
parent ce3cc22890
commit d74fc3e301
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
## [3.2.1](https://github.com/freeCodeCamp/curriculum/compare/v3.2.0...v3.2.1) (2018-09-25)
### Bug Fixes
* Add videoUrl field ([#298](https://github.com/freeCodeCamp/curriculum/issues/298)) ([ce3cc22](https://github.com/freeCodeCamp/curriculum/commit/ce3cc22))
# [3.2.0](https://github.com/freeCodeCamp/curriculum/compare/v3.1.2...v3.2.0) (2018-09-20) # [3.2.0](https://github.com/freeCodeCamp/curriculum/compare/v3.1.2...v3.2.0) (2018-09-20)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "@freecodecamp/curriculum", "name": "@freecodecamp/curriculum",
"version": "3.2.0", "version": "3.2.1",
"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": "3.2.0", "version": "3.2.1",
"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",