parent
c05e5456cb
commit
54777128b8
|
@ -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`.
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue