⚡ Release 2.7.4 (#4626)
* ⚡ Release 2.7.4
* Update package.json
* Update CHANGELOG.md
This commit is contained in:
14
CHANGELOG.md
14
CHANGELOG.md
@@ -1,7 +1,19 @@
|
|||||||
## Parse Server Changelog
|
## Parse Server Changelog
|
||||||
|
|
||||||
### master
|
### 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
|
### 2.7.3
|
||||||
[Full Changelog](https://github.com/parse-community/parse-server/compare/2.7.3...2.7.2)
|
[Full Changelog](https://github.com/parse-community/parse-server/compare/2.7.3...2.7.2)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "parse-server",
|
"name": "parse-server",
|
||||||
"version": "2.7.3",
|
"version": "2.7.4",
|
||||||
"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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user