release: v3.33.0-alpha.0

This commit is contained in:
Innei
2022-06-26 22:46:33 +08:00
parent b4d20d45ff
commit 626b963c8a
2 changed files with 17 additions and 2 deletions

View File

@@ -6,6 +6,17 @@ All notable changes to this project will be documented in this file.
### Bug Fixes
- [**breaking**] Change markdown render into ejs controller
- Login success status code
### Refactor
- Login session with jwt
## [3.32.0] - 2022-06-26
### Bug Fixes
- Hardcode origin
- Host wildcard
- Update dependency cos-nodejs-sdk-v5 to v2.11.12
@@ -29,6 +40,10 @@ All notable changes to this project will be documented in this file.
- Update dependency lint-staged to v13.0.3
- Update dependency ioredis to v5.1.0 ([#592](https://github.com/orhun/git-cliff/issues/592))
### Release
- V3.32.0
## [3.31.1] - 2022-06-22
### Bug Fixes

View File

@@ -1,12 +1,12 @@
{
"name": "@mx-space/core",
"version": "3.32.0",
"version": "3.33.0-alpha.0",
"author": "Innei <https://innei.ren>",
"private": true,
"license": "AGPLv3",
"dashboard": {
"repo": "mx-space/mx-admin",
"version": "3.20.0"
"version": "3.20.1"
},
"husky": {
"hooks": {