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

# [5.3.0-alpha.26](https://github.com/parse-community/parse-server/compare/5.3.0-alpha.25...5.3.0-alpha.26) (2022-09-17)

### Bug Fixes

* sorting by non-existing value throws `INVALID_SERVER_ERROR` on Postgres ([#8157](https://github.com/parse-community/parse-server/issues/8157)) ([3b775a1](3b775a1fb8))
This commit is contained in:
semantic-release-bot
2022-09-17 18:49:17 +00:00
parent 3b775a1fb8
commit b2fe087a02
3 changed files with 9 additions and 2 deletions

View File

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