Version Packages (#232)

pull/231/head^2 @hono/swagger-ui@0.1.0
github-actions[bot] 2023-11-04 18:25:02 +09:00 committed by GitHub
parent c608fa9532
commit 87c3795dc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/swagger-ui': minor
---
Create a package that provides swagger ui in hono

View File

@ -0,0 +1,7 @@
# @hono/swagger-ui
## 0.1.0
### Minor Changes
- [#230](https://github.com/honojs/middleware/pull/230) [`c608fa9`](https://github.com/honojs/middleware/commit/c608fa95324cc06a0de1f4ec9b67202ea724c52d) Thanks [@sor4chi](https://github.com/sor4chi)! - Create a package that provides swagger ui in hono

View File

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