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

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

### Features

* Deprecation DEPPS5: Config option `allowClientClassCreation` defaults to `false` ([#8849](https://github.com/parse-community/parse-server/issues/8849)) ([29624e0](29624e0fae))

### BREAKING CHANGES

* The Parse Server option `allowClientClassCreation` defaults to `false`. ([29624e0](29624e0))
This commit is contained in:
semantic-release-bot
2024-03-05 19:08:50 +00:00
parent 29624e0fae
commit edd416b647
3 changed files with 15 additions and 3 deletions

View File

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