Release 2.7.4 (#4626)

*  Release 2.7.4

* Update package.json

* Update CHANGELOG.md
This commit is contained in:
Florent Vilmart
2018-03-10 16:40:59 -05:00
committed by GitHub
parent d852cade9c
commit 3acb3e7a9b
2 changed files with 14 additions and 2 deletions

View File

@@ -1,7 +1,19 @@
## Parse Server Changelog
### master
[Full Changelog](https://github.com/parse-community/parse-server/compare/2.7.2...master)
[Full Changelog](https://github.com/parse-community/parse-server/compare/2.7.4...master)
### 2.7.4
[Full Changelog](https://github.com/parse-community/parse-server/compare/2.7.4...2.7.3)
#### Bug Fixes:
* Fixes an issue affecting polygon queries, thanks to [Diamond Lewis](https://github.com/dplewis)
#### Dependency Updates:
* [pg-promise@8.2.1](https://www.npmjs.com/package/pg-promise)
##### Development Dependencies Updates:
* [nodemon@1.17.1](https://www.npmjs.com/package/nodemon)
### 2.7.3
[Full Changelog](https://github.com/parse-community/parse-server/compare/2.7.3...2.7.2)

View File

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