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

# [8.3.0-alpha.9](https://github.com/parse-community/parse-server/compare/8.3.0-alpha.8...8.3.0-alpha.9) (2025-10-19)

### Bug Fixes

* Server URL verification before server is ready ([#9882](https://github.com/parse-community/parse-server/issues/9882)) ([178bd5c](178bd5c5e2))
This commit is contained in:
semantic-release-bot
2025-10-19 19:26:36 +00:00
parent 178bd5c5e2
commit 1de329d900
3 changed files with 10 additions and 3 deletions

View File

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