chore(release): 5.3.0-alpha.21 [skip ci]

# [5.3.0-alpha.21](https://github.com/parse-community/parse-server/compare/5.3.0-alpha.20...5.3.0-alpha.21) (2022-08-05)

### Bug Fixes

* internal indices for classes `_Idempotency` and `_Role` are not protected in defined schema ([#8121](https://github.com/parse-community/parse-server/issues/8121)) ([c16f529](c16f529f74))
This commit is contained in:
semantic-release-bot
2022-08-05 09:34:45 +00:00
parent c16f529f74
commit eef750aa3e
3 changed files with 9 additions and 2 deletions

View File

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