Skip to content

Commit e54fee2

Browse files
committed
docs: 📝 Release v1.6.0
1 parent d6a4590 commit e54fee2

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# [1.6.0](https://github.com/JsonMa/swagger-egg/compare/v1.5.2...v1.6.0) (2022-03-17)
2+
3+
4+
### Bug Fixes
5+
6+
* :bug: fix controller not found bug in router file ([d6a4590](https://github.com/JsonMa/swagger-egg/commit/d6a45905a55b924e6336338660e8d333dbc31a57))
7+
* eslint auto fix ([16f2a92](https://github.com/JsonMa/swagger-egg/commit/16f2a92ee00d3e24edd46edfb74a85b632f9a4cd))
8+
9+
10+
### Features
11+
12+
* 支持 typescript 定义 schema ([608298e](https://github.com/JsonMa/swagger-egg/commit/608298e46f4a3b41a2ee8615331ad8f7497e7a51))
13+
* Add default value in [@description](https://github.com/description) #parameters ([4846bec](https://github.com/JsonMa/swagger-egg/commit/4846becd803e07d35edcde83f3f98b6bb162ebeb))
14+
* add egg-swagger-ts-schema-example ([1bc2ffc](https://github.com/JsonMa/swagger-egg/commit/1bc2ffcfa6168924b533918c04e46430b7ce31a9))
15+
* Add typescriptJsonSchema option to readme ([feb10e7](https://github.com/JsonMa/swagger-egg/commit/feb10e7533d300101dd629dc53159a8b7808d279))
16+
* update package-lock ([83db7b9](https://github.com/JsonMa/swagger-egg/commit/83db7b98e39d764aa4893ad9d0e7dde037f95e71))
17+
18+
19+
120
## [1.5.2](https://github.com/JsonMa/swagger-egg/compare/v1.4.1...v1.5.2) (2022-03-10)
221

322

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "swagger-egg",
3-
"version": "1.5.2",
3+
"version": "1.6.0",
44
"description": "swagger document generator for egg.",
55
"eggPlugin": {
66
"name": "swaggerEgg"

0 commit comments

Comments
 (0)