Version Packages (#1145)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/1146/head
github-actions[bot] 2025-04-28 15:21:28 +09:00 committed by GitHub
parent 01cd896e9b
commit 0dc8b719b4
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/arktype-validator': patch
---
Don't return restricted data fields on error responses

View File

@ -1,5 +1,11 @@
# @hono/arktype-validator
## 2.0.1
### Patch Changes
- [#1137](https://github.com/honojs/middleware/pull/1137) [`01cd896e9b3c6a00c3c16ed59e0c3d20f5983918`](https://github.com/honojs/middleware/commit/01cd896e9b3c6a00c3c16ed59e0c3d20f5983918) Thanks [@MonsterDeveloper](https://github.com/MonsterDeveloper)! - Don't return restricted data fields on error responses
## 2.0.0
### Major Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/arktype-validator",
"version": "2.0.0",
"version": "2.0.1",
"description": "ArkType validator middleware",
"type": "module",
"main": "dist/index.js",