parent
c783e0943a
commit
fb34f25205
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@hono/valibot-validator': patch
|
||||
---
|
||||
|
||||
fix a Hook type
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@hono/zod-validator': patch
|
||||
---
|
||||
|
||||
fix a Hook type
|
|
@ -1,5 +1,11 @@
|
|||
# @hono/valibot-validator
|
||||
|
||||
## 0.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#105](https://github.com/honojs/middleware/pull/105) [`c783e09`](https://github.com/honojs/middleware/commit/c783e0943a0488cb3911833f5b4d576a3427cbf3) Thanks [@yusukebe](https://github.com/yusukebe)! - fix a Hook type
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@hono/valibot-validator",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"description": "Validator middleware using Valibot",
|
||||
"main": "dist/cjs/index.js",
|
||||
"module": "dist/esm/index.js",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @hono/zod-validator
|
||||
|
||||
## 0.1.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#104](https://github.com/honojs/middleware/pull/104) [`1fb2ab1`](https://github.com/honojs/middleware/commit/1fb2ab1dad5e1f7c4071e33af342a08690832054) Thanks [@yusukebe](https://github.com/yusukebe)! - fix a Hook type
|
||||
|
||||
## 0.1.3
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@hono/zod-validator",
|
||||
"version": "0.1.3",
|
||||
"version": "0.1.4",
|
||||
"description": "Validator middleware using Zod",
|
||||
"main": "dist/cjs/index.js",
|
||||
"module": "dist/esm/index.js",
|
||||
|
|
Loading…
Reference in New Issue