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

# [6.3.0-alpha.3](https://github.com/parse-community/parse-server/compare/6.3.0-alpha.2...6.3.0-alpha.3) (2023-06-23)

### Features

* Add TOTP authentication adapter ([#8457](https://github.com/parse-community/parse-server/issues/8457)) ([cc079a4](cc079a40f6))
This commit is contained in:
semantic-release-bot
2023-06-23 15:59:00 +00:00
parent cc079a40f6
commit f8b5a99d54
3 changed files with 10 additions and 3 deletions

View File

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