chore(release): 8.5.0-alpha.13 [skip ci]

# [8.5.0-alpha.13](https://github.com/parse-community/parse-server/compare/8.5.0-alpha.12...8.5.0-alpha.13) (2025-11-23)

### Bug Fixes

* Server internal error details leaking in error messages returned to clients ([#9937](https://github.com/parse-community/parse-server/issues/9937)) ([50edb5a](50edb5ab4b))
This commit is contained in:
semantic-release-bot
2025-11-23 12:52:31 +00:00
parent 50edb5ab4b
commit 0ff97793cd
3 changed files with 10 additions and 3 deletions

View File

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