Skip to content

Commit fea308a

Browse files
chore(release): 5.0.0-alpha.8 [skip ci]
# [5.0.0-alpha.8](5.0.0-alpha.7...5.0.0-alpha.8) (2021-11-18) ### Features * add support for Node 16 ([#7707](#7707)) ([45cc58c](45cc58c)) ### BREAKING CHANGES * Removes official Node 15 support which has reached it end-of-life date. ([45cc58c](45cc58c))
1 parent 45cc58c commit fea308a

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

changelogs/CHANGELOG_alpha.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [5.0.0-alpha.8](https://github.com/parse-community/parse-server/compare/5.0.0-alpha.7...5.0.0-alpha.8) (2021-11-18)
2+
3+
4+
### Features
5+
6+
* add support for Node 16 ([#7707](https://github.com/parse-community/parse-server/issues/7707)) ([45cc58c](https://github.com/parse-community/parse-server/commit/45cc58c7e5e640a46c5d508019a3aa81242964b1))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Removes official Node 15 support which has reached it end-of-life date. ([45cc58c](45cc58c))
12+
113
# [5.0.0-alpha.7](https://github.com/parse-community/parse-server/compare/5.0.0-alpha.6...5.0.0-alpha.7) (2021-11-12)
214

315

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-server",
3-
"version": "5.0.0-alpha.7",
3+
"version": "5.0.0-alpha.8",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)