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