Version Packages (#754)

pull/759/head @hono/valibot-validator@0.3.1
github-actions[bot] 2024-09-28 11:49:45 +09:00 committed by GitHub
parent 9639103a9a
commit 1ed5c7d7fa
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/valibot-validator': patch
---
Fix ESM/CJS exports and use `tsup` for building

View File

@ -1,5 +1,11 @@
# @hono/valibot-validator # @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 ## 0.3.0
### Minor Changes ### Minor Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@hono/valibot-validator", "name": "@hono/valibot-validator",
"version": "0.3.0", "version": "0.3.1",
"description": "Validator middleware using Valibot", "description": "Validator middleware using Valibot",
"type": "module", "type": "module",
"main": "dist/index.js", "main": "dist/index.js",