chore(release): 7.3.0-alpha.3 [skip ci]

# [7.3.0-alpha.3](https://github.com/parse-community/parse-server/compare/7.3.0-alpha.2...7.3.0-alpha.3) (2024-07-17)

### Bug Fixes

* Parse Server installation fails due to post install script incorrectly parsing required min. Node version ([#9216](https://github.com/parse-community/parse-server/issues/9216)) ([0fa82a5](0fa82a54fe))
This commit is contained in:
semantic-release-bot
2024-07-17 17:10:30 +00:00
parent 0fa82a54fe
commit 16f31504b3
3 changed files with 10 additions and 3 deletions

View File

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