chore(release): 7.0.0-alpha.24 [skip ci]

# [7.0.0-alpha.24](https://github.com/parse-community/parse-server/compare/7.0.0-alpha.23...7.0.0-alpha.24) (2024-03-05)

### Bug Fixes

* Docker version releases by removing arm/v6 and arm/v7 support ([#8976](https://github.com/parse-community/parse-server/issues/8976)) ([1f62dd0](1f62dd0f4e))
This commit is contained in:
semantic-release-bot
2024-03-05 07:55:28 +00:00
parent 1f62dd0f4e
commit fe1e4d9775
3 changed files with 10 additions and 3 deletions

View File

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