chore(release): 7.0.0-alpha.22 [skip ci]

# [7.0.0-alpha.22](https://github.com/parse-community/parse-server/compare/7.0.0-alpha.21...7.0.0-alpha.22) (2024-03-02)

### Features

* Switch GraphQL server from Yoga v2 to Apollo v4 ([#8959](https://github.com/parse-community/parse-server/issues/8959)) ([105ae7c](105ae7c8a5))
This commit is contained in:
semantic-release-bot
2024-03-02 01:07:38 +00:00
parent 105ae7c8a5
commit 9293ce8ca5
3 changed files with 10 additions and 3 deletions

View File

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