chore(release): 8.6.0 [skip ci]

# [8.6.0](https://github.com/parse-community/parse-server/compare/8.5.0...8.6.0) (2025-12-10)

### Bug Fixes

* Remove elevated permissions in GitHub CI performance benchmark ([#9966](https://github.com/parse-community/parse-server/issues/9966)) ([6b9f896](6b9f8963cc))

### Features

* Add GraphQL query `cloudConfig` to retrieve and mutation `updateCloudConfig` to update Cloud Config ([#9947](https://github.com/parse-community/parse-server/issues/9947)) ([3ca85cd](3ca85cd4a6))
This commit is contained in:
semantic-release-bot
2025-12-10 22:42:55 +00:00
parent e3d27fea08
commit 04cc78fc9d
3 changed files with 14 additions and 3 deletions

View File

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