🔧 fix: cloneHook type check

This commit is contained in:
saltyaom
2024-11-17 05:33:39 +07:00
parent b89ab28906
commit 9ed31680e3
2 changed files with 6 additions and 2 deletions

View File

@@ -1,4 +1,8 @@
# 1.1.14 - 9 Oct 2024
# 1.1.6 - 17 Nov 2024
Bug fix:
- [#156](https://github.com/elysiajs/elysia-swagger/pull/156) add type check in cloneHook
# 1.1.4 - 9 Oct 2024
Bug fix:
- Fix duplicate object reference

View File

@@ -1,6 +1,6 @@
{
"name": "@elysiajs/swagger",
"version": "1.1.5",
"version": "1.1.6",
"description": "Plugin for Elysia to auto-generate Swagger page",
"author": {
"name": "saltyAom",