Version Packages (#332)

pull/337/head @hono/swagger-ui@0.2.1
github-actions[bot] 2023-12-29 21:56:14 +09:00 committed by GitHub
parent 5b17228c0b
commit 42f9a1bd77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/swagger-ui': patch
---
improve SwaggerUI middleware option's type support

View File

@ -1,5 +1,11 @@
# @hono/swagger-ui
## 0.2.1
### Patch Changes
- [#329](https://github.com/honojs/middleware/pull/329) [`5b17228c0b3f7694f1b41bf9b55957f0eb5ee456`](https://github.com/honojs/middleware/commit/5b17228c0b3f7694f1b41bf9b55957f0eb5ee456) Thanks [@sor4chi](https://github.com/sor4chi)! - improve SwaggerUI middleware option's type support
## 0.2.0
### Minor Changes

View File

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