-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Colin McDonnell
committed
Mar 18, 2021
1 parent
b878e4c
commit f4c3e5f
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,14 +24,14 @@ If you find this package useful, leave a star to help more folks find it ⭐️ | |
|
||
<!-- **Zod 2 is in an early beta.** Upgrade with `yarn add zod@beta`. Read more about the new features and migration process here: https://github.com/colinhacks/zod/tree/v2. --> | ||
|
||
### Zod 2 is now in beta! | ||
<!-- ### Zod 3 is now in beta! | ||
Most projects will be able to upgrade from v1 to v2 without any breaking changes. Zod 2 is recommended for all new projects. Find a breakdown of the new features and a simple migration guide here: https://github.com/colinhacks/zod/tree/v2 | ||
Most projects will be able to upgrade from v1 to v3 without any breaking changes. Zod 3 is recommended for all new projects. Find a breakdown of the new features and a simple migration guide here: https://github.com/colinhacks/zod/tree/v3 | ||
``` | ||
npm install zod@beta | ||
yarn add zod@beta | ||
``` | ||
``` --> | ||
|
||
<!-- **Aug 30 — [email protected] was released with lots of cool features!** --> | ||
|
||
|