parent
0ff894aeb1
commit
2c0c41faa5
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/valibot-validator': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix Valibot peer dependency to support dist-tags
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @hono/valibot-validator
|
# @hono/valibot-validator
|
||||||
|
|
||||||
|
## 0.4.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#797](https://github.com/honojs/middleware/pull/797) [`0ff894aeb11da0713d461099ee68521cbe37f99a`](https://github.com/honojs/middleware/commit/0ff894aeb11da0713d461099ee68521cbe37f99a) Thanks [@fabian-hiller](https://github.com/fabian-hiller)! - Fix Valibot peer dependency to support dist-tags
|
||||||
|
|
||||||
## 0.4.0
|
## 0.4.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/valibot-validator",
|
"name": "@hono/valibot-validator",
|
||||||
"version": "0.4.0",
|
"version": "0.4.1",
|
||||||
"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