chore(release): 6.0.0-alpha.28 [skip ci]

# [6.0.0-alpha.28](https://github.com/parse-community/parse-server/compare/6.0.0-alpha.27...6.0.0-alpha.28) (2023-01-25)

### Bug Fixes

* Rate limiter may reject requests that contain a session token ([#8399](https://github.com/parse-community/parse-server/issues/8399)) ([c114dc8](c114dc8831))
This commit is contained in:
semantic-release-bot
2023-01-25 13:36:46 +00:00
parent c114dc8831
commit 8adc054592
3 changed files with 10 additions and 3 deletions

View File

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