From d74fc3e301be8423c2313ade083625137b2d9c72 Mon Sep 17 00:00:00 2001 From: CamperBot Date: Tue, 25 Sep 2018 15:17:11 +0000 Subject: [PATCH] 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)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3091a2d8be..5c903d6491 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 0d8731855b..e5df4ce2ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@freecodecamp/curriculum", - "version": "3.2.0", + "version": "3.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 671599f5b2..2f945fab53 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "bugs": { "url": "https://github.com/freeCodeCamp/curriculum/issues" }, - "version": "3.2.0", + "version": "3.2.1", "main": "dist/index.js", "scripts": { "build": "npm run build:js && npm run build:json",