Skip to content

Commit 50936f9

Browse files
Version Packages (#991)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 708aa35 commit 50936f9

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.changeset/sixty-tomatoes-fold.md

-6
This file was deleted.

packages/swagger-ui/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @hono/swagger-ui
22

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
- test(option-renderer): Add tests for filtering and handling invalid properties
9+
310
## 0.5.0
411

512
### Minor Changes

packages/swagger-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hono/swagger-ui",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "A middleware for using SwaggerUI in Hono",
55
"type": "module",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)