chore(release): 8.3.0-alpha.3 [skip ci]

# [8.3.0-alpha.3](https://github.com/parse-community/parse-server/compare/8.3.0-alpha.2...8.3.0-alpha.3) (2025-10-07)

### Features

* Add support for Postgres 18 ([#9870](https://github.com/parse-community/parse-server/issues/9870)) ([d275c18](d275c1806e))
This commit is contained in:
semantic-release-bot
2025-10-07 10:03:57 +00:00
parent d275c1806e
commit be362fe59d
3 changed files with 10 additions and 3 deletions

View File

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