File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
## Parse Server Changelog
2
2
3
3
### master
4
- [ Full Changelog] ( https://github.com/parse-community/parse-server/compare/2.7.2...master )
4
+ [ Full Changelog] ( https://github.com/parse-community/parse-server/compare/2.7.4...master )
5
+
6
+ ### 2.7.4
7
+ [ Full Changelog] ( https://github.com/parse-community/parse-server/compare/2.7.4...2.7.3 )
8
+
9
+ #### Bug Fixes:
10
+ * Fixes an issue affecting polygon queries, thanks to [ Diamond Lewis] ( https://github.com/dplewis )
11
+
12
+ #### Dependency Updates:
13
+ * [ pg-promise@8.2.1] ( https://www.npmjs.com/package/pg-promise )
14
+
15
+ ##### Development Dependencies Updates:
16
+ * [ nodemon@1.17.1] ( https://www.npmjs.com/package/nodemon )
5
17
6
18
### 2.7.3
7
19
[ Full Changelog] ( https://github.com/parse-community/parse-server/compare/2.7.3...2.7.2 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " parse-server" ,
3
- "version" : " 2.7.3 " ,
3
+ "version" : " 2.7.4 " ,
4
4
"description" : " An express module providing a Parse-compatible API server" ,
5
5
"main" : " lib/index.js" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments