chore(release): 8.0.0-alpha.4 [skip ci]

# [8.0.0-alpha.4](https://github.com/parse-community/parse-server/compare/8.0.0-alpha.3...8.0.0-alpha.4) (2025-01-12)

### Features

* Deprecate `PublicAPIRouter` in favor of `PagesRouter` ([#9526](https://github.com/parse-community/parse-server/issues/9526)) ([7f66629](7f666292e8))
This commit is contained in:
semantic-release-bot
2025-01-12 01:00:29 +00:00
parent 7f666292e8
commit 7534eb705a
3 changed files with 10 additions and 3 deletions

View File

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