Version Packages (#963)

pull/966/head @hono/standard-validator@0.1.1
github-actions[bot] 2025-02-07 10:02:30 +09:00 committed by GitHub
parent 8e5f49394b
commit 4f927dfaa8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/standard-validator': patch
---
Remove dead code

View File

@ -1,5 +1,11 @@
# @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
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/standard-validator",
"version": "0.1.0",
"version": "0.1.1",
"description": "Validator middleware using Standard Schema",
"type": "module",
"main": "dist/index.cjs",