Version Packages (#658)

pull/659/head @hono/effect-validator@1.0.1
github-actions[bot] 2024-07-21 18:21:04 +09:00 committed by GitHub
parent 8cf5bf0055
commit 795d4af3d4
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/effect-validator': patch
---
fix: add a build command to `package.json` at the top

View File

@ -1,5 +1,11 @@
# @hono/effect-validator
## 1.0.1
### Patch Changes
- [#657](https://github.com/honojs/middleware/pull/657) [`8cf5bf0055483caa08344efc8ada3d22d4833fac`](https://github.com/honojs/middleware/commit/8cf5bf0055483caa08344efc8ada3d22d4833fac) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: add a build command to `package.json` at the top
## 1.0.0
### Major Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/effect-validator",
"version": "1.0.0",
"version": "1.0.1",
"description": "Validator middleware using Effect Schema",
"type": "module",
"main": "dist/cjs/index.js",