parent
9639103a9a
commit
1ed5c7d7fa
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@hono/valibot-validator': patch
|
||||
---
|
||||
|
||||
Fix ESM/CJS exports and use `tsup` for building
|
|
@ -1,5 +1,11 @@
|
|||
# @hono/valibot-validator
|
||||
|
||||
## 0.3.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#753](https://github.com/honojs/middleware/pull/753) [`9639103a9ae711707f240376ee7fed4d0e77b121`](https://github.com/honojs/middleware/commit/9639103a9ae711707f240376ee7fed4d0e77b121) Thanks [@MonsterDeveloper](https://github.com/MonsterDeveloper)! - Fix ESM/CJS exports and use `tsup` for building
|
||||
|
||||
## 0.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@hono/valibot-validator",
|
||||
"version": "0.3.0",
|
||||
"version": "0.3.1",
|
||||
"description": "Validator middleware using Valibot",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
|
|
Loading…
Reference in New Issue