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

# [8.3.0-alpha.14](https://github.com/parse-community/parse-server/compare/8.3.0-alpha.13...8.3.0-alpha.14) (2025-11-01)

### Features

* Add options to skip automatic creation of internal database indexes on server start ([#9897](https://github.com/parse-community/parse-server/issues/9897)) ([ea91aca](ea91aca142))
This commit is contained in:
semantic-release-bot
2025-11-01 17:23:42 +00:00
parent ea91aca142
commit d1590bfaee
3 changed files with 10 additions and 3 deletions

View File

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