chore(release): 3.1.1 [skip ci]

## [3.1.1](https://github.com/freeCodeCamp/curriculum/compare/v3.1.0...v3.1.1) (2018-07-28)

### Bug Fixes

* **challenges:** improve test for mongodb and mongoose ([8ae372a](https://github.com/freeCodeCamp/curriculum/commit/8ae372a))
pull/18182/head
CamperBot 2018-07-28 04:58:58 +00:00
parent 8ae372ad14
commit 02edc8e5d6
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
## [3.1.1](https://github.com/freeCodeCamp/curriculum/compare/v3.1.0...v3.1.1) (2018-07-28)
### Bug Fixes
* **challenges:** improve test for mongodb and mongoose ([8ae372a](https://github.com/freeCodeCamp/curriculum/commit/8ae372a))
# [3.1.0](https://github.com/freeCodeCamp/curriculum/compare/v3.0.1...v3.1.0) (2018-07-27)

2
package-lock.json generated
View File

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

View File

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