parent
65ed112e0e
commit
19f49fdfcc
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@hono/typebox-validator': minor
|
||||
---
|
||||
|
||||
Fixed EvalError
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue