Version Packages (#991)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/992/head @hono/swagger-ui@0.5.1
github-actions[bot] 2025-03-02 16:13:40 +09:00 committed by GitHub
parent 708aa3510c
commit 50936f9967
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 7 deletions

View File

@ -1,6 +0,0 @@
---
'@hono/swagger-ui': patch
---
- fix(swagger-ui): Handle undefined options and improve rendering logic for non-RENDER_TYPE_MAP edge cases
- test(option-renderer): Add tests for filtering and handling invalid properties

View File

@ -1,5 +1,12 @@
# @hono/swagger-ui
## 0.5.1
### Patch Changes
- [#988](https://github.com/honojs/middleware/pull/988) [`708aa3510c9847194974e91de9f0f323da945773`](https://github.com/honojs/middleware/commit/708aa3510c9847194974e91de9f0f323da945773) Thanks [@Younis-Ahmed](https://github.com/Younis-Ahmed)! - - fix(swagger-ui): Handle undefined options and improve rendering logic for non-RENDER_TYPE_MAP edge cases
- test(option-renderer): Add tests for filtering and handling invalid properties
## 0.5.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/swagger-ui",
"version": "0.5.0",
"version": "0.5.1",
"description": "A middleware for using SwaggerUI in Hono",
"type": "module",
"main": "dist/index.cjs",