release: v3.30.0

This commit is contained in:
Innei
2022-06-12 23:02:46 +08:00
parent ae8ed8ad6f
commit 80197e5860
2 changed files with 22 additions and 2 deletions

View File

@@ -6,6 +6,22 @@ All notable changes to this project will be documented in this file.
### Bug Fixes ### Bug Fixes
- Jwt verfiy
- Pin sort
- Pin order
### Features
- Post pin
### Miscellaneous Tasks
- Cleanup
## [3.30.0-alpha.1] - 2022-06-11
### Bug Fixes
- Resolution dependency to reduce size - Resolution dependency to reduce size
- Update dependency cos-nodejs-sdk-v5 to v2.11.10 - Update dependency cos-nodejs-sdk-v5 to v2.11.10
- Idempotence pending status (#566) - Idempotence pending status (#566)
@@ -34,6 +50,10 @@ All notable changes to this project will be documented in this file.
- Add case for jwt - Add case for jwt
### Release
- V3.30.0-alpha.1
## [3.30.0-alpha.0] - 2022-06-09 ## [3.30.0-alpha.0] - 2022-06-09
### Bug Fixes ### Bug Fixes

View File

@@ -1,12 +1,12 @@
{ {
"name": "@mx-space/mx-server", "name": "@mx-space/mx-server",
"version": "3.30.0-alpha.1", "version": "3.30.0",
"author": "Innei <https://innei.ren>", "author": "Innei <https://innei.ren>",
"private": true, "private": true,
"license": "AGPLv3", "license": "AGPLv3",
"dashboard": { "dashboard": {
"repo": "mx-space/mx-admin", "repo": "mx-space/mx-admin",
"version": "3.19.3" "version": "3.19.5"
}, },
"husky": { "husky": {
"hooks": { "hooks": {