Version Packages (#565)

pull/569/head @hono/valibot-validator@0.3.0
github-actions[bot] 2024-06-09 13:22:26 +09:00 committed by GitHub
parent 7375c096b5
commit 3d83b7a36f
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': minor
---
changed supported version of valibot to 0.31.0 or later

View File

@ -1,5 +1,11 @@
# @hono/valibot-validator # @hono/valibot-validator
## 0.3.0
### Minor Changes
- [#553](https://github.com/honojs/middleware/pull/553) [`7375c096b51b3e050cc808c29f5d122c028e4291`](https://github.com/honojs/middleware/commit/7375c096b51b3e050cc808c29f5d122c028e4291) Thanks [@chimame](https://github.com/chimame)! - changed supported version of valibot to 0.31.0 or later
## 0.2.5 ## 0.2.5
### Patch Changes ### Patch Changes

View File

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