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

## [8.2.5-alpha.1](https://github.com/parse-community/parse-server/compare/8.2.4...8.2.5-alpha.1) (2025-09-21)

### Bug Fixes

* GraphQL playground shows blank page ([#9858](https://github.com/parse-community/parse-server/issues/9858)) ([7b5395c](7b5395c5d4))
This commit is contained in:
semantic-release-bot
2025-09-21 15:46:01 +00:00
parent 7b5395c5d4
commit aad8ff9326
3 changed files with 10 additions and 3 deletions

View File

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