Version Packages (#17)

pull/20/head @hono/zod-validator@0.0.1
github-actions[bot] 2023-01-02 00:10:06 +09:00 committed by GitHub
parent 6a1a99ad04
commit cfd775b8b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/zod-validator': patch
---
first release

View File

@ -0,0 +1,7 @@
# @hono/zod-validator
## 0.0.1
### Patch Changes
- 58e42aa: first release

View File

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