chore(release): 6.0.0-alpha.20 [skip ci]

# [6.0.0-alpha.20](https://github.com/parse-community/parse-server/compare/6.0.0-alpha.19...6.0.0-alpha.20) (2023-01-06)

### Features

* Add Node 19 support ([#8363](https://github.com/parse-community/parse-server/issues/8363)) ([a4990dc](a4990dcd29))
This commit is contained in:
semantic-release-bot
2023-01-06 11:38:20 +00:00
parent a4990dcd29
commit 0eac5dc6d4
3 changed files with 10 additions and 3 deletions

View File

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