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

# [6.0.0-alpha.22](https://github.com/parse-community/parse-server/compare/6.0.0-alpha.21...6.0.0-alpha.22) (2023-01-08)

### Features

* Adapt `verifyServerUrl` for new asynchronous Parse Server start-up states ([#8366](https://github.com/parse-community/parse-server/issues/8366)) ([ffa4974](ffa4974158))

### BREAKING CHANGES

* The method `ParseServer.verifyServerUrl` now returns a promise instead of a callback. ([ffa4974](ffa4974))
This commit is contained in:
semantic-release-bot
2023-01-08 17:23:57 +00:00
parent ffa4974158
commit 3d57072c1f
3 changed files with 15 additions and 3 deletions

View File

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