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

# [7.4.0-alpha.1](https://github.com/parse-community/parse-server/compare/7.3.1-alpha.1...7.4.0-alpha.1) (2024-10-06)

### Features

* Add support for MongoDB 8 ([#9269](https://github.com/parse-community/parse-server/issues/9269)) ([4756c66](4756c66cd9))
This commit is contained in:
semantic-release-bot
2024-10-06 00:32:28 +00:00
parent 4756c66cd9
commit 7d67d880a8
3 changed files with 10 additions and 3 deletions

View File

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