chore(release): 5.5.3 [skip ci]

## [5.5.3](https://github.com/parse-community/parse-server/compare/5.5.2...5.5.3) (2023-06-29)

### Bug Fixes

* Server does not start via CLI when `auth` option is set ([#8669](https://github.com/parse-community/parse-server/issues/8669)) ([601da1e](601da1ee3c))
This commit is contained in:
semantic-release-bot
2023-06-29 20:06:24 +00:00
parent 601da1ee3c
commit 9c0abe0120
3 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
## [5.5.3](https://github.com/parse-community/parse-server/compare/5.5.2...5.5.3) (2023-06-29)
### Bug Fixes
* Server does not start via CLI when `auth` option is set ([#8669](https://github.com/parse-community/parse-server/issues/8669)) ([601da1e](https://github.com/parse-community/parse-server/commit/601da1ee3c8a22c48fa0209054a2e0f0474cf521))
## [5.5.2](https://github.com/parse-community/parse-server/compare/5.5.1...5.5.2) (2023-06-28)

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "parse-server",
"version": "5.5.2",
"version": "5.5.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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