Version Packages (#863)

pull/864/head @hono/effect-validator@1.2.0
github-actions[bot] 2024-12-02 11:03:37 +09:00 committed by GitHub
parent 739d4a01fc
commit 17659346dd
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
---
feat: support `effect@3.10.0`

View File

@ -1,5 +1,11 @@
# @hono/effect-validator # @hono/effect-validator
## 1.2.0
### Minor Changes
- [#859](https://github.com/honojs/middleware/pull/859) [`739d4a01fc4e2f3d3c252d617ae27058c40c9b37`](https://github.com/honojs/middleware/commit/739d4a01fc4e2f3d3c252d617ae27058c40c9b37) Thanks [@baseballyama](https://github.com/baseballyama)! - feat: support `effect@3.10.0`
## 1.1.0 ## 1.1.0
### Minor Changes ### Minor Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@hono/effect-validator", "name": "@hono/effect-validator",
"version": "1.1.0", "version": "1.2.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",