Version Packages (#629)

pull/632/head @hono/swagger-ui@0.4.0
github-actions[bot] 2024-07-10 10:23:42 +09:00 committed by GitHub
parent 47be5c6956
commit 72d591aa35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/swagger-ui': minor
---
Add Full Configuration Parameters and Update Dependencies for Swagger UI

View File

@ -1,5 +1,11 @@
# @hono/swagger-ui
## 0.4.0
### Minor Changes
- [#618](https://github.com/honojs/middleware/pull/618) [`47be5c695662406c220346a741857872115ac0ae`](https://github.com/honojs/middleware/commit/47be5c695662406c220346a741857872115ac0ae) Thanks [@naporin0624](https://github.com/naporin0624)! - Add Full Configuration Parameters and Update Dependencies for Swagger UI
## 0.3.0
### Minor Changes

View File

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