Version Packages (#713)

pull/714/head @hono/swagger-ui@0.4.1
github-actions[bot] 2024-08-25 11:47:04 +09:00 committed by GitHub
parent 32abe11a4a
commit c49996d6f3
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': patch
---
perf: use jsdelivr instead of unpkg to serve swagger-ui assets

View File

@ -1,5 +1,11 @@
# @hono/swagger-ui
## 0.4.1
### Patch Changes
- [#701](https://github.com/honojs/middleware/pull/701) [`32abe11a4ad67275e3a5e8767684f750d3f04a7a`](https://github.com/honojs/middleware/commit/32abe11a4ad67275e3a5e8767684f750d3f04a7a) Thanks [@rwv](https://github.com/rwv)! - perf: use jsdelivr instead of unpkg to serve swagger-ui assets
## 0.4.0
### Minor Changes

View File

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