Version Packages (#100)

pull/102/head @hono/typebox-validator@0.2.0
github-actions[bot] 2023-07-15 14:37:42 +09:00 committed by GitHub
parent 65ed112e0e
commit 19f49fdfcc
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/typebox-validator': minor
---
Fixed EvalError

View File

@ -1,5 +1,11 @@
# @hono/typebox-validator
## 0.2.0
### Minor Changes
- [#90](https://github.com/honojs/middleware/pull/90) [`65ed112`](https://github.com/honojs/middleware/commit/65ed112e0e6cc50c79d34986703d156bc88bb304) Thanks [@NotAmaan](https://github.com/NotAmaan)! - Fixed EvalError
## 0.1.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/typebox-validator",
"version": "0.1.1",
"version": "0.2.0",
"description": "Validator middleware using TypeBox",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",