parent
945938b6af
commit
5eb29ae29e
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/valibot-validator': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
bump up valibot
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @hono/valibot-validator
|
# @hono/valibot-validator
|
||||||
|
|
||||||
|
## 0.1.2
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#111](https://github.com/honojs/middleware/pull/111) [`945938b`](https://github.com/honojs/middleware/commit/945938b6afe45f7f4f934b9fafebf9fb503560eb) Thanks [@yusukebe](https://github.com/yusukebe)! - bump up valibot
|
||||||
|
|
||||||
## 0.1.1
|
## 0.1.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/valibot-validator",
|
"name": "@hono/valibot-validator",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"description": "Validator middleware using Valibot",
|
"description": "Validator middleware using Valibot",
|
||||||
"main": "dist/cjs/index.js",
|
"main": "dist/cjs/index.js",
|
||||||
"module": "dist/esm/index.js",
|
"module": "dist/esm/index.js",
|
||||||
|
|
Loading…
Reference in New Issue