Version Packages (#47)

pull/48/head @hono/zod-validator@0.0.5
github-actions[bot] 2023-02-14 06:40:51 +09:00 committed by GitHub
parent 72604c74da
commit a78b3aafc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/zod-validator': patch
---
refactor: rename `ValidationType` to `ValidationTargets`

View File

@ -1,5 +1,11 @@
# @hono/zod-validator
## 0.0.5
### Patch Changes
- [#46](https://github.com/honojs/middleware/pull/46) [`72604c7`](https://github.com/honojs/middleware/commit/72604c74dafffeebf360e35f2fc03d94385214ab) Thanks [@yusukebe](https://github.com/yusukebe)! - refactor: rename `ValidationType` to `ValidationTargets`
## 0.0.4
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/zod-validator",
"version": "0.0.4",
"version": "0.0.5",
"description": "Validator middleware using Zod",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",