Skip to content

Commit 3acb3e7

Browse files
authored
⚡ Release 2.7.4 (#4626)
* ⚡ Release 2.7.4 * Update package.json * Update CHANGELOG.md
1 parent d852cad commit 3acb3e7

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
## Parse Server Changelog
22

33
### 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+
* [[email protected]](https://www.npmjs.com/package/pg-promise)
14+
15+
##### Development Dependencies Updates:
16+
* [[email protected]](https://www.npmjs.com/package/nodemon)
517

618
### 2.7.3
719
[Full Changelog](https://github.com/parse-community/parse-server/compare/2.7.3...2.7.2)

package.json

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

0 commit comments

Comments
 (0)