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

# [8.3.0-alpha.12](https://github.com/parse-community/parse-server/compare/8.3.0-alpha.11...8.3.0-alpha.12) (2025-10-25)

### Features

* Add Parse Server option `verifyServerUrl` to disable server URL verification on server launch ([#9881](https://github.com/parse-community/parse-server/issues/9881)) ([b298ccc](b298cccd9f))
This commit is contained in:
semantic-release-bot
2025-10-25 16:02:58 +00:00
parent b298cccd9f
commit 00f8d4cda9
3 changed files with 10 additions and 3 deletions

View File

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