This commit is contained in:
Antonio Davi Macedo Coelho de Castro
2019-07-30 17:31:56 -07:00
committed by GitHub
parent c70401857c
commit d4fa62ae26
3 changed files with 10 additions and 3 deletions

View File

@@ -2,7 +2,14 @@
### master
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.7.0...master)
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.7.1...master)
### 3.7.1
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.7.0...3.7.1)
- FIX: Missing APN module
- FIX: Set falsy values as default to schema fields [#5868](https://github.com/parse-community/parse-server/pull/5868), thanks to [Lucas Alencar](https://github.com/alencarlucas)
- NEW: Implement WebSocketServer Adapter [#5866](https://github.com/parse-community/parse-server/pull/5866), thanks to [Diamond Lewis](https://github.com/dplewis)
### 3.7.0
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.6.0...3.7.0)

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "parse-server",
"version": "3.7.0",
"version": "3.7.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "parse-server",
"version": "3.7.0",
"version": "3.7.1",
"description": "An express module providing a Parse-compatible API server",
"main": "lib/index.js",
"repository": {