chore(release): 8.3.0-alpha.13 [skip ci]

# [8.3.0-alpha.13](https://github.com/parse-community/parse-server/compare/8.3.0-alpha.12...8.3.0-alpha.13) (2025-11-01)

### Bug Fixes

* Indexes `_email_verify_token` for email verification and `_perishable_token` password reset are not created automatically ([#9893](https://github.com/parse-community/parse-server/issues/9893)) ([62dd3c5](62dd3c565a))
This commit is contained in:
semantic-release-bot
2025-11-01 12:53:21 +00:00
parent 62dd3c565a
commit 4f4580a083
3 changed files with 10 additions and 3 deletions

View File

@@ -1,3 +1,10 @@
# [8.3.0-alpha.13](https://github.com/parse-community/parse-server/compare/8.3.0-alpha.12...8.3.0-alpha.13) (2025-11-01)
### Bug Fixes
* Indexes `_email_verify_token` for email verification and `_perishable_token` password reset are not created automatically ([#9893](https://github.com/parse-community/parse-server/issues/9893)) ([62dd3c5](https://github.com/parse-community/parse-server/commit/62dd3c565ab70765cb1c547996b616b72e9bb800))
# [8.3.0-alpha.12](https://github.com/parse-community/parse-server/compare/8.3.0-alpha.11...8.3.0-alpha.12) (2025-10-25)

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "parse-server",
"version": "8.3.0-alpha.12",
"version": "8.3.0-alpha.13",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "parse-server",
"version": "8.3.0-alpha.12",
"version": "8.3.0-alpha.13",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {

View File

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