Version Packages (#133)

pull/136/head @hono/zod-openapi@0.1.1
github-actions[bot] 2023-08-23 11:46:53 +09:00 committed by GitHub
parent 2dbc823b29
commit 1bcd9624b1
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': patch
---
fix path param format `:id` to `{id}`

View File

@ -1,5 +1,11 @@
# @hono/zod-openapi
## 0.1.1
### Patch Changes
- [#132](https://github.com/honojs/middleware/pull/132) [`2dbc823`](https://github.com/honojs/middleware/commit/2dbc823b29a95e6c81bedc5416c08f15ac97288d) Thanks [@yusukebe](https://github.com/yusukebe)! - fix path param format `:id` to `{id}`
## 0.1.0
### Minor Changes

View File

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