Release 3.1.1 🚀 (#5149)

* Release 3.1.1

* Requested Changes
This commit is contained in:
Antoine Cormouls
2018-10-27 17:34:20 +02:00
committed by Florent Vilmart
parent daab3781a2
commit d356ef5633
2 changed files with 8 additions and 3 deletions

View File

@@ -1,12 +1,17 @@
## Parse Server Changelog
### master
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.1.0...master)
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.1.1...master)
### 3.1.1
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.1.0...3.1.1)
#### Improvements:
* Fixes issue that would prevent users with large number of roles to resolve all of them [@Moumouls]() (#5131, #5132)
* Fixes issue that would prevent users with large number of roles to resolve all of them [Antoine Cormouls](https://github.com/Moumouls) (#5131, #5132)
* Fixes distinct query on special fields ([#5144](https://github.com/parse-community/parse-server/pull/5144))
### 3.1.0
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.0.0...3.1.0)

View File

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