Version Packages (#541)

pull/543/head @hono/arktype-validator@2.0.0
github-actions[bot] 2024-05-24 10:23:25 +09:00 committed by GitHub
parent c05e5456cb
commit 54777128b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 11 additions and 10 deletions

View File

@ -1,9 +0,0 @@
---
'@hono/arktype-validator': major
---
Migrate to ArkType 2.0
If you're still using `arktype-1.x`, you should remain on `@hono/arktype-validator@1.0.0`.
If you're using `arktype-2.x` (latest), you'll need to upgrade to `@hono/arktype-validator@2.0.0`.

View File

@ -1,5 +1,15 @@
# @hono/arktype-validator
## 2.0.0
### Major Changes
- [#542](https://github.com/honojs/middleware/pull/542) [`c05e5456cb10b6a61df8a203d11f5588b696e824`](https://github.com/honojs/middleware/commit/c05e5456cb10b6a61df8a203d11f5588b696e824) Thanks [@ssalbdivad](https://github.com/ssalbdivad)! - Migrate to ArkType 2.0
If you're still using `arktype-1.x`, you should remain on `@hono/arktype-validator@1.0.0`.
If you're using `arktype-2.x` (latest), you'll need to upgrade to `@hono/arktype-validator@2.0.0`.
## 1.0.0
### Major Changes

View File

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