chore(release): 5.0.0-alpha.9 [skip ci]

# [5.0.0-alpha.9](https://github.com/parse-community/parse-server/compare/5.0.0-alpha.8...5.0.0-alpha.9) (2021-11-27)

### Bug Fixes

* unable to use objectId size higher than 19 on GraphQL API ([#7627](https://github.com/parse-community/parse-server/issues/7627)) ([ed86c80](ed86c80772))
This commit is contained in:
semantic-release-bot
2021-11-27 11:28:15 +00:00
parent ed86c80772
commit 1b4d9324de
3 changed files with 9 additions and 2 deletions

View File

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