Skip to content

Commit 4b98905

Browse files
committed
🧹 chore: update
1 parent f7e552f commit 4b98905

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 0.7.4 - 27 Oct 2023
2+
Improvement:
3+
- [#24](https://github.com/elysiajs/elysia-swagger/pull/24) - adding schema validity test
4+
5+
Change:
6+
- [#48](https://github.com/elysiajs/elysia-swagger/pull/48) update Swagger UI to 4.9.0
7+
- [#36](https://github.com/elysiajs/elysia-swagger/pull/36 ) point to generated .d.ts instead of raw .ts
8+
9+
Bug fix:
10+
- [#41](https://github.com/elysiajs/elysia-swagger/pull/41) parameters mapping, fix
11+
- [#43](https://github.com/elysiajs/elysia-swagger/pull/43) typo in default documentation
12+
113
# 0.7.3 - 26 Sep 2023
214
Feature:
315
- [#19](https://github.com/elysiajs/elysia-swagger/pull/19) feat: handle nullish response types

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elysiajs/swagger",
3-
"version": "0.7.3",
3+
"version": "0.7.4",
44
"description": "Plugin for Elysia to auto-generate Swagger page",
55
"author": {
66
"name": "saltyAom",

0 commit comments

Comments
 (0)