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

# [5.0.0-alpha.5](https://github.com/parse-community/parse-server/compare/5.0.0-alpha.4...5.0.0-alpha.5) (2021-11-01)

### Features

* add user-defined schema and migrations ([#7418](https://github.com/parse-community/parse-server/issues/7418)) ([25d5c30](25d5c30be2))
This commit is contained in:
semantic-release-bot
2021-11-01 13:30:00 +00:00
parent 25d5c30be2
commit ef47131fa4
3 changed files with 9 additions and 2 deletions

View File

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