parent
d6fcbbd336
commit
f997ee0d9a
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/valibot-validator': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Upgrade Valibot peer dependency to >=v1.0.0-beta.4
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @hono/valibot-validator
|
# @hono/valibot-validator
|
||||||
|
|
||||||
|
## 0.5.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- [#819](https://github.com/honojs/middleware/pull/819) [`d6fcbbd3366b356616fd188d9943ddb3e8294e5b`](https://github.com/honojs/middleware/commit/d6fcbbd3366b356616fd188d9943ddb3e8294e5b) Thanks [@fabian-hiller](https://github.com/fabian-hiller)! - Upgrade Valibot peer dependency to >=v1.0.0-beta.4
|
||||||
|
|
||||||
## 0.4.1
|
## 0.4.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/valibot-validator",
|
"name": "@hono/valibot-validator",
|
||||||
"version": "0.4.1",
|
"version": "0.5.0",
|
||||||
"description": "Validator middleware using Valibot",
|
"description": "Validator middleware using Valibot",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
|
Loading…
Reference in New Issue