parent
c15de7ce3c
commit
b78e8e1bf4
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/valibot-validator': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
first release
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
# @hono/valibot-validator
|
||||||
|
|
||||||
|
## 0.1.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- [#102](https://github.com/honojs/middleware/pull/102) [`c15de7c`](https://github.com/honojs/middleware/commit/c15de7ce3cbaa3b76ee259f266d480235a47e8fa) Thanks [@ZerNico](https://github.com/ZerNico)! - first release
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/valibot-validator",
|
"name": "@hono/valibot-validator",
|
||||||
"version": "0.0.0",
|
"version": "0.1.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