parent
401dddc484
commit
5cad2e1afe
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/typebox-validator': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
fix: correct exporting in `package.json`
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @hono/typebox-validator
|
# @hono/typebox-validator
|
||||||
|
|
||||||
|
## 0.3.2
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#949](https://github.com/honojs/middleware/pull/949) [`401dddc484adab7660efb31586ecb2fbcca03b9b`](https://github.com/honojs/middleware/commit/401dddc484adab7660efb31586ecb2fbcca03b9b) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: correct exporting in `package.json`
|
||||||
|
|
||||||
## 0.3.1
|
## 0.3.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/typebox-validator",
|
"name": "@hono/typebox-validator",
|
||||||
"version": "0.3.1",
|
"version": "0.3.2",
|
||||||
"description": "Validator middleware using TypeBox",
|
"description": "Validator middleware using TypeBox",
|
||||||
"types": "dist/esm/index.d.ts",
|
"types": "dist/esm/index.d.ts",
|
||||||
"exports": {
|
"exports": {
|
||||||
|
|
Loading…
Reference in New Issue