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

# [6.0.0-alpha.26](https://github.com/parse-community/parse-server/compare/6.0.0-alpha.25...6.0.0-alpha.26) (2023-01-20)

### Bug Fixes

* ES6 modules do not await the import of Cloud Code files ([#8368](https://github.com/parse-community/parse-server/issues/8368)) ([a7bd180](a7bd180cdd))
This commit is contained in:
semantic-release-bot
2023-01-20 15:41:26 +00:00
parent a7bd180cdd
commit 5a35e6ff0d
3 changed files with 10 additions and 3 deletions

View File

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