parent
32abe11a4a
commit
c49996d6f3
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/swagger-ui': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
perf: use jsdelivr instead of unpkg to serve swagger-ui assets
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @hono/swagger-ui
|
# @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
|
## 0.4.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/swagger-ui",
|
"name": "@hono/swagger-ui",
|
||||||
"version": "0.4.0",
|
"version": "0.4.1",
|
||||||
"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",
|
||||||
|
|
Loading…
Reference in New Issue