Skip to content

Commit 0d6b06a

Browse files
authored
Merge branch 'alpha' into feat/1731
2 parents c591ad0 + 826aa79 commit 0d6b06a

File tree

5 files changed

+157
-106
lines changed

5 files changed

+157
-106
lines changed

changelogs/CHANGELOG_alpha.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [5.0.0-alpha.18](https://github.com/parse-community/parse-server/compare/5.0.0-alpha.17...5.0.0-alpha.18) (2022-01-13)
2+
3+
4+
### Bug Fixes
5+
6+
* security upgrade follow-redirects from 1.14.6 to 1.14.7 ([#7769](https://github.com/parse-community/parse-server/issues/7769)) ([8f5a861](https://github.com/parse-community/parse-server/commit/8f5a8618cfa7ed9a2a239a095abffa8f3fd8d31a))
7+
8+
# [5.0.0-alpha.17](https://github.com/parse-community/parse-server/compare/5.0.0-alpha.16...5.0.0-alpha.17) (2022-01-13)
9+
10+
11+
### Bug Fixes
12+
13+
* schema cache not cleared in some cases ([#7678](https://github.com/parse-community/parse-server/issues/7678)) ([5af6e5d](https://github.com/parse-community/parse-server/commit/5af6e5dfaa129b1a350afcba4fb381b21c4cc35d))
14+
115
# [5.0.0-alpha.16](https://github.com/parse-community/parse-server/compare/5.0.0-alpha.15...5.0.0-alpha.16) (2022-01-02)
216

317

package-lock.json

Lines changed: 52 additions & 102 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-server",
3-
"version": "5.0.0-alpha.16",
3+
"version": "5.0.0-alpha.18",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {
@@ -31,8 +31,8 @@
3131
"commander": "5.1.0",
3232
"cors": "2.8.5",
3333
"deepcopy": "2.1.0",
34-
"express": "4.17.1",
35-
"follow-redirects": "1.14.6",
34+
"express": "4.17.2",
35+
"follow-redirects": "1.14.7",
3636
"graphql": "15.7.1",
3737
"graphql-list-fields": "2.0.2",
3838
"graphql-relay": "0.7.0",

0 commit comments

Comments
 (0)