Version Packages (#848)

pull/849/head @hono/swagger-ui@0.5.0
github-actions[bot] 2024-11-26 08:29:37 +09:00 committed by GitHub
parent 934b3932c1
commit 83cc76469e
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
---
customize html title for swagger-ui

View File

@ -1,5 +1,11 @@
# @hono/swagger-ui
## 0.5.0
### Minor Changes
- [#845](https://github.com/honojs/middleware/pull/845) [`934b3932c1c3fd54b22ff96ad1f9f8846ba9edc9`](https://github.com/honojs/middleware/commit/934b3932c1c3fd54b22ff96ad1f9f8846ba9edc9) Thanks [@rwv](https://github.com/rwv)! - customize html title for swagger-ui
## 0.4.1
### Patch Changes

View File

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