Release 2.3.5

This commit is contained in:
Florent Vilmart
2017-02-19 11:34:42 -05:00
committed by GitHub
parent 7a3c9cd33a
commit 411daf4d41
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
## Parse Server Changelog
### 2.3.4
### 2.3.5
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.3.3...2.3.4)
#### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "parse-server",
"version": "2.3.4",
"version": "2.3.5",
"description": "An express module providing a Parse-compatible API server",
"main": "lib/index.js",
"repository": {
@@ -69,7 +69,7 @@
"scripts": {
"dev": "npm run build && node bin/dev",
"lint": "eslint --cache ./",
"build": "babel src/ -d lib/",
"build": "babel src/ -d lib/ --copy-files",
"pretest": "npm run lint",
"test": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=3.2.6} MONGODB_STORAGE_ENGINE=mmapv1 NODE_ENV=test TESTING=1 $COVERAGE_OPTION jasmine",
"test:win": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=3.2.6} MONGODB_STORAGE_ENGINE=mmapv1 NODE_ENV=test TESTING=1 jasmine",