chore(release): 8.2.2 [skip ci]

## [8.2.2](https://github.com/parse-community/parse-server/compare/8.2.1...8.2.2) (2025-07-10)

### Bug Fixes

* Data schema exposed via GraphQL API public introspection (GHSA-48q3-prgv-gm4w) ([#9819](https://github.com/parse-community/parse-server/issues/9819)) ([c58b2eb](c58b2eb6eb))
This commit is contained in:
semantic-release-bot
2025-07-10 02:42:31 +00:00
parent 3b8b3cb3dc
commit e3f5ae0be7
3 changed files with 10 additions and 3 deletions

View File

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