From b2fe087a0235ddfd88e2175498993939ad5b8ee7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 17 Sep 2022 18:49:17 +0000 Subject: [PATCH] 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](https://github.com/parse-community/parse-server/commit/3b775a1fb8a1878714e3451191438963d688f1b0)) --- changelogs/CHANGELOG_alpha.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/changelogs/CHANGELOG_alpha.md b/changelogs/CHANGELOG_alpha.md index a9d8eff9..e2df863a 100644 --- a/changelogs/CHANGELOG_alpha.md +++ b/changelogs/CHANGELOG_alpha.md @@ -1,3 +1,10 @@ +# [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](https://github.com/parse-community/parse-server/commit/3b775a1fb8a1878714e3451191438963d688f1b0)) + # [5.3.0-alpha.25](https://github.com/parse-community/parse-server/compare/5.3.0-alpha.24...5.3.0-alpha.25) (2022-09-17) diff --git a/package-lock.json b/package-lock.json index 3af9b240..1f1f1d38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "parse-server", - "version": "5.3.0-alpha.25", + "version": "5.3.0-alpha.26", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bc8d98fc..3b3cc0bd 100644 --- a/package.json +++ b/package.json @@ -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": {