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

# [7.0.0-alpha.27](https://github.com/parse-community/parse-server/compare/7.0.0-alpha.26...7.0.0-alpha.27) (2024-03-15)

### Bug Fixes

* CacheAdapter does not connect when using a CacheAdapter with a JSON config ([#8633](https://github.com/parse-community/parse-server/issues/8633)) ([720d24e](720d24e185))
This commit is contained in:
semantic-release-bot
2024-03-15 16:46:57 +00:00
parent 720d24e185
commit 1ffc48fd08
3 changed files with 10 additions and 3 deletions

View File

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