diff --git a/docs/releases/v1.50.0.md b/docs/releases/v1.50.0.md index c5e5703464..73b8d93813 100644 --- a/docs/releases/v1.50.0.md +++ b/docs/releases/v1.50.0.md @@ -23,7 +23,7 @@ The new frontend system now uses [Standard Schema](https://github.com/standard-s To use the new `configSchema` option with Zod, you need Zod v4 or the `zod/v4` subpath export from the Zod v3 package. The `zod/v4` subpath requires a minimum Zod version of **3.25.0** — make sure to update your Zod dependency if needed: ```ts -// Either use Zod v4 directly: +// Either use Zod v4 directly (requires zod@^4.0.0): import { z } from 'zod'; // Or the v4 subpath from the Zod v3 package (requires zod@^3.25.0):