Release 2.8.3

This commit is contained in:
Florent Vilmart
2018-08-07 11:21:17 -04:00
parent d15a3ce8f5
commit 108c7e95e2
2 changed files with 7 additions and 2 deletions

View File

@@ -1,7 +1,12 @@
## Parse Server Changelog
### master
[Full Changelog](https://github.com/parse-community/parse-server/compare/2.8.2...master)
[Full Changelog](https://github.com/parse-community/parse-server/compare/2.8.3...master)
### 2.8.3
[Full Changelog](https://github.com/parse-community/parse-server/compare/2.8.3...2.8.2)
* Adds support for JS SDK 2.0 job status header
### 2.8.2
[Full Changelog](https://github.com/parse-community/parse-server/compare/2.8.2...2.8.1)

View File

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