Release 2.8.3

This commit is contained in:
Florent Vilmart
2018-08-07 11:21:17 -04:00
parent 5a0d09e90c
commit 0e9725b231
2 changed files with 1 additions and 9 deletions

View File

@@ -8,14 +8,6 @@
* Adds support for JS SDK 2.0 job status header * Adds support for JS SDK 2.0 job status header
### 2.8.3
[Full Changelog](https://github.com/parse-community/parse-server/compare/2.8.3...2.8.2)
#### Improvements:
* Removes npm-git scripts as npm supports using git repositories that build, thanks to [Florent Vilmart](https://github.com/flovilmart)
### 2.8.2 ### 2.8.2
[Full Changelog](https://github.com/parse-community/parse-server/compare/2.8.2...2.8.1) [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", "name": "parse-server",
"version": "2.8.2", "version": "2.8.3",
"description": "An express module providing a Parse-compatible API server", "description": "An express module providing a Parse-compatible API server",
"main": "lib/index.js", "main": "lib/index.js",
"repository": { "repository": {