chore(release): 8.3.1-alpha.1 [skip ci]

## [8.3.1-alpha.1](https://github.com/parse-community/parse-server/compare/8.3.0...8.3.1-alpha.1) (2025-11-05)

### Bug Fixes

* Add problematic MIME types to default value of Parse Server option `fileUpload.fileExtensions` ([#9902](https://github.com/parse-community/parse-server/issues/9902)) ([fa245cb](fa245cbb5f))
This commit is contained in:
semantic-release-bot
2025-11-05 11:14:22 +00:00
parent fa245cbb5f
commit 1f4f7129df
3 changed files with 10 additions and 3 deletions

View File

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