parent
8e5f49394b
commit
4f927dfaa8
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/standard-validator': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Remove dead code
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @hono/standard-validator
|
# @hono/standard-validator
|
||||||
|
|
||||||
|
## 0.1.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#962](https://github.com/honojs/middleware/pull/962) [`8e5f49394bf6405396c2a166f26a17ef0cc644e2`](https://github.com/honojs/middleware/commit/8e5f49394bf6405396c2a166f26a17ef0cc644e2) Thanks [@muningis](https://github.com/muningis)! - Remove dead code
|
||||||
|
|
||||||
## 0.1.0
|
## 0.1.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/standard-validator",
|
"name": "@hono/standard-validator",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"description": "Validator middleware using Standard Schema",
|
"description": "Validator middleware using Standard Schema",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
|
|
Loading…
Reference in New Issue