# @hono/swagger-ui ## 0.2.2 ### Patch Changes - [#488](https://github.com/honojs/middleware/pull/488) [`1cc5e0a5b07a14723c5d21ceea33ad9caef33025`](https://github.com/honojs/middleware/commit/1cc5e0a5b07a14723c5d21ceea33ad9caef33025) Thanks [@Frog-kt](https://github.com/Frog-kt)! - Fixed a part of deprecated response json method in hono since v4. ## 0.2.1 ### Patch Changes - [#329](https://github.com/honojs/middleware/pull/329) [`5b17228c0b3f7694f1b41bf9b55957f0eb5ee456`](https://github.com/honojs/middleware/commit/5b17228c0b3f7694f1b41bf9b55957f0eb5ee456) Thanks [@sor4chi](https://github.com/sor4chi)! - improve SwaggerUI middleware option's type support ## 0.2.0 ### Minor Changes - [#265](https://github.com/honojs/middleware/pull/265) [`2e69707`](https://github.com/honojs/middleware/commit/2e697077bfa74b7983a026fa8f50d54502784056) Thanks [@scarf005](https://github.com/scarf005)! - Added support for `persistAuthorization`. ## 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