chore(release): 8.2.1-alpha.2 [skip ci]

## [8.2.1-alpha.2](https://github.com/parse-community/parse-server/compare/8.2.1-alpha.1...8.2.1-alpha.2) (2025-05-14)

### Performance Improvements

* Remove saving Parse Cloud Job request parameters in internal collection `_JobStatus` ([#8343](https://github.com/parse-community/parse-server/issues/8343)) ([e98733c](e98733cbac))
This commit is contained in:
semantic-release-bot
2025-05-14 19:25:49 +00:00
parent e98733cbac
commit 4e1f95c1c0
3 changed files with 10 additions and 3 deletions

View File

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