release: v3.7.2

This commit is contained in:
Innei
2021-09-30 19:32:09 +08:00
parent 990ffb5a44
commit 04373c0d4d
2 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +1,17 @@
## [3.7.2](https://github.com/mx-space/server-next/compare/v3.7.1...v3.7.2) (2021-09-30)
### Bug Fixes
* **deps:** update dependency fastify-swagger to v4.12.3 ([97b8652](https://github.com/mx-space/server-next/commit/97b865227133cddc91689d0f468d454cea058073))
### Features
* markdown template ([990ffb5](https://github.com/mx-space/server-next/commit/990ffb5a44ce8c58922d206047823c9a8d030c7c))
## [3.7.1](https://github.com/mx-space/server-next/compare/v3.7.0...v3.7.1) (2021-09-29)

View File

@@ -1,6 +1,6 @@
{
"name": "server-next",
"version": "3.7.1",
"version": "3.7.2",
"description": "",
"author": "Innei <https://innei.ren>",
"private": true,
@@ -83,7 +83,7 @@
"ejs": "3.1.6",
"fastify-cookie": "5.3.1",
"fastify-multipart": "5.0.1",
"fastify-swagger": "4.12.3",
"fastify-swagger": "4.12.2",
"graphql": "15.6.0",
"html-minifier": "4.0.0",
"image-size": "1.0.0",
@@ -124,7 +124,7 @@
"@types/cache-manager": "3.4.2",
"@types/ejs": "3.1.0",
"@types/html-minifier": "4.0.1",
"@types/ioredis": "4.27.5",
"@types/ioredis": "4.27.4",
"@types/jest": "27.0.2",
"@types/lodash": "4.14.175",
"@types/marked": "3.0.1",
@@ -140,7 +140,7 @@
"fastify": "*",
"husky": "7.0.2",
"ioredis": "*",
"jest": "27.2.4",
"jest": "27.2.3",
"lint-staged": "11.1.2",
"prettier": "2.4.1",
"rimraf": "3.0.2",