We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a774750 commit 2cdd82bCopy full SHA for 2cdd82b
packages/zod/jsr.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@zod/zod",
3
- "version": "4.1.12",
+ "version": "4.1.13",
4
"exports": {
5
"./package.json": "./package.json",
6
".": "./src/index.ts",
packages/zod/src/v4/core/versions.ts
@@ -1,5 +1,5 @@
export const version = {
major: 4,
minor: 1,
- patch: 12 as number,
+ patch: 13 as number,
} as const;
0 commit comments