chore(release): 9.3.0-alpha.1 [skip ci]

# [9.3.0-alpha.1](https://github.com/parse-community/parse-server/compare/9.2.1-alpha.2...9.3.0-alpha.1) (2026-02-06)

### Features

* Add event information to `verifyUserEmails`, `preventLoginWithUnverifiedEmail` to identify invoking signup / login action and auth provider ([#9963](https://github.com/parse-community/parse-server/issues/9963)) ([ed98c15](ed98c15f90))
This commit is contained in:
semantic-release-bot
2026-02-06 03:49:32 +00:00
parent ed98c15f90
commit 27b27a7f5c
3 changed files with 10 additions and 3 deletions

View File

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