Version Packages (#759)

pull/761/head @hono/effect-validator@1.1.0
github-actions[bot] 2024-10-02 16:19:55 +09:00 committed by GitHub
parent 80da4aa50a
commit 09bb26fccf
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': minor
---
format errors with array formatting for improved readability

View File

@ -1,5 +1,11 @@
# @hono/effect-validator # @hono/effect-validator
## 1.1.0
### Minor Changes
- [#718](https://github.com/honojs/middleware/pull/718) [`80da4aa50a74af1d442893ddcd1ac4fc4f5d5d4c`](https://github.com/honojs/middleware/commit/80da4aa50a74af1d442893ddcd1ac4fc4f5d5d4c) Thanks [@shokiw](https://github.com/shokiw)! - format errors with array formatting for improved readability
## 1.0.1 ## 1.0.1
### Patch Changes ### Patch Changes

View File

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