3.7.1 (#5870)
This commit is contained in:
committed by
GitHub
parent
c70401857c
commit
d4fa62ae26
@@ -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
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "parse-server",
|
||||
"version": "3.7.0",
|
||||
"version": "3.7.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user