parent
dd620f0dc7
commit
05f4b47080
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/valibot-validator': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
update valibot version
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @hono/valibot-validator
|
# @hono/valibot-validator
|
||||||
|
|
||||||
|
## 0.2.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- [#135](https://github.com/honojs/middleware/pull/135) [`dd620f0`](https://github.com/honojs/middleware/commit/dd620f0dc72976a76952c9506babdef9c33ffd7b) Thanks [@ZerNico](https://github.com/ZerNico)! - update valibot version
|
||||||
|
|
||||||
## 0.1.2
|
## 0.1.2
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/valibot-validator",
|
"name": "@hono/valibot-validator",
|
||||||
"version": "0.1.2",
|
"version": "0.2.0",
|
||||||
"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