parent
5723cc08c5
commit
eb56625257
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/typebox-validator': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
feat: Support Hono v3.1.0
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @hono/typebox-validator
|
# @hono/typebox-validator
|
||||||
|
|
||||||
|
## 0.1.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- [#65](https://github.com/honojs/middleware/pull/65) [`5723cc0`](https://github.com/honojs/middleware/commit/5723cc08c505ab817166cf79d2dee56bd15d8c19) Thanks [@yusukebe](https://github.com/yusukebe)! - feat: Support Hono v3.1.0
|
||||||
|
|
||||||
## 0.0.1
|
## 0.0.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/typebox-validator",
|
"name": "@hono/typebox-validator",
|
||||||
"version": "0.0.1",
|
"version": "0.1.0",
|
||||||
"description": "Validator middleware using TypeBox",
|
"description": "Validator middleware using TypeBox",
|
||||||
"main": "dist/cjs/index.js",
|
"main": "dist/cjs/index.js",
|
||||||
"module": "dist/esm/index.js",
|
"module": "dist/esm/index.js",
|
||||||
|
|
Loading…
Reference in New Issue