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

# [5.3.0-alpha.31](https://github.com/parse-community/parse-server/compare/5.3.0-alpha.30...5.3.0-alpha.31) (2022-10-24)

### Bug Fixes

* relation constraints in compound queries `Parse.Query.or`, `Parse.Query.and` not working ([#8203](https://github.com/parse-community/parse-server/issues/8203)) ([28f0d26](28f0d26677))
This commit is contained in:
semantic-release-bot
2022-10-24 10:54:30 +00:00
parent 28f0d26677
commit b54af6b701
3 changed files with 9 additions and 2 deletions

View File

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