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

# [7.0.0-alpha.11](https://github.com/parse-community/parse-server/compare/7.0.0-alpha.10...7.0.0-alpha.11) (2024-01-22)

### Features

* Add support for Postgres 16 ([#8898](https://github.com/parse-community/parse-server/issues/8898)) ([99489b2](99489b22e4))

### BREAKING CHANGES

* Removes support for Postgres 11 and 12 ([99489b2](99489b2))
This commit is contained in:
semantic-release-bot
2024-01-22 18:59:08 +00:00
parent 99489b22e4
commit 104990b52a
3 changed files with 15 additions and 3 deletions

View File

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