Version Packages (#49)

pull/50/head @hono/zod-validator@0.0.6
github-actions[bot] 2023-02-18 23:29:55 +09:00 committed by GitHub
parent 81d06f7c9c
commit 118c43bd74
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
---
chore: bump up Hono version to v3

View File

@ -1,5 +1,11 @@
# @hono/zod-validator
## 0.0.6
### Patch Changes
- [#48](https://github.com/honojs/middleware/pull/48) [`81d06f7`](https://github.com/honojs/middleware/commit/81d06f7c9c2fef680f757d3bb25b2d40607d5ce8) Thanks [@yusukebe](https://github.com/yusukebe)! - chore: bump up Hono version to v3
## 0.0.5
### Patch Changes

View File

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