Version Packages (#950)

pull/951/head @hono/typebox-validator@0.3.2
github-actions[bot] 2025-02-02 08:09:20 +09:00 committed by GitHub
parent 401dddc484
commit 5cad2e1afe
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/typebox-validator': patch
---
fix: correct exporting in `package.json`

View File

@ -1,5 +1,11 @@
# @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
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/typebox-validator",
"version": "0.3.1",
"version": "0.3.2",
"description": "Validator middleware using TypeBox",
"types": "dist/esm/index.d.ts",
"exports": {