release: v3.33.0-alpha.0
This commit is contained in:
15
CHANGELOG.md
15
CHANGELOG.md
@@ -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
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user