Skip to content

Commit d356ef5

Browse files
Moumoulsflovilmart
authored andcommitted
Release 3.1.1 🚀 (#5149)
* Release 3.1.1 * Requested Changes
1 parent daab378 commit d356ef5

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

‎CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
## Parse Server Changelog
22

33
### master
4-
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.1.0...master)
4+
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.1.1...master)
5+
6+
7+
### 3.1.1
8+
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.1.0...3.1.1)
59

610
#### Improvements:
7-
* Fixes issue that would prevent users with large number of roles to resolve all of them [@Moumouls]() (#5131, #5132)
11+
* Fixes issue that would prevent users with large number of roles to resolve all of them [Antoine Cormouls](https://github.com/Moumouls) (#5131, #5132)
812
* Fixes distinct query on special fields ([#5144](https://github.com/parse-community/parse-server/pull/5144))
913

14+
1015
### 3.1.0
1116
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.0.0...3.1.0)
1217

‎package.json

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

0 commit comments

Comments
 (0)