Skip to content

Commit 02fa574

Browse files
authored
1 parent ab81395 commit 02fa574

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22

33
### master
44

5-
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.7.0...master)
5+
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.7.1...master)
6+
7+
### 3.7.1
8+
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.7.0...3.7.1)
9+
10+
- FIX: Missing APN module
11+
- 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)
12+
- NEW: Implement WebSocketServer Adapter [#5866](https://github.com/parse-community/parse-server/pull/5866), thanks to [Diamond Lewis](https://github.com/dplewis)
613

714
### 3.7.0
815
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.6.0...3.7.0)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-server",
3-
"version": "3.7.0",
3+
"version": "3.7.1",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)