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

# [8.0.0-alpha.12](https://github.com/parse-community/parse-server/compare/8.0.0-alpha.11...8.0.0-alpha.12) (2025-02-24)

### Bug Fixes

* LiveQueryServer crashes using cacheAdapter on disconnect from Redis 4 server ([#9616](https://github.com/parse-community/parse-server/issues/9616)) ([bbc6bd4](bbc6bd4b3f))
This commit is contained in:
semantic-release-bot
2025-02-24 01:49:00 +00:00
parent bbc6bd4b3f
commit 6a6bc2a8cc
3 changed files with 10 additions and 3 deletions

View File

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