parent
81d06f7c9c
commit
118c43bd74
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@hono/zod-validator': patch
|
||||
---
|
||||
|
||||
chore: bump up Hono version to v3
|
|
@ -1,5 +1,11 @@
|
|||
# @hono/zod-validator
|
||||
|
||||
## 0.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#48](https://github.com/honojs/middleware/pull/48) [`81d06f7`](https://github.com/honojs/middleware/commit/81d06f7c9c2fef680f757d3bb25b2d40607d5ce8) Thanks [@yusukebe](https://github.com/yusukebe)! - chore: bump up Hono version to v3
|
||||
|
||||
## 0.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@hono/zod-validator",
|
||||
"version": "0.0.5",
|
||||
"version": "0.0.6",
|
||||
"description": "Validator middleware using Zod",
|
||||
"main": "dist/cjs/index.js",
|
||||
"module": "dist/esm/index.js",
|
||||
|
|
Loading…
Reference in New Issue