Version Packages (#162)

pull/164/head @hono/zod-openapi@0.5.0
github-actions[bot] 2023-09-19 08:26:24 +09:00 committed by GitHub
parent 05b8e9a751
commit 55373edb67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/zod-openapi': minor
---
Add getRoutingPath to the return value of createRoute.

View File

@ -1,5 +1,11 @@
# @hono/zod-openapi # @hono/zod-openapi
## 0.5.0
### Minor Changes
- [#161](https://github.com/honojs/middleware/pull/161) [`05b8e9a`](https://github.com/honojs/middleware/commit/05b8e9a7511874f7e9dcb84b9dcfa97ca458ae4e) Thanks [@naporin0624](https://github.com/naporin0624)! - Add getRoutingPath to the return value of createRoute.
## 0.4.0 ## 0.4.0
### Minor Changes ### Minor Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@hono/zod-openapi", "name": "@hono/zod-openapi",
"version": "0.4.0", "version": "0.5.0",
"description": "A wrapper class of Hono which supports OpenAPI.", "description": "A wrapper class of Hono which supports OpenAPI.",
"type": "module", "type": "module",
"main": "dist/index.js", "main": "dist/index.js",