Skip to content

Commit 73a1970

Browse files
committed
4.0.12
1 parent 60a9372 commit 73a1970

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/zod/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zod/zod",
3-
"version": "4.0.11",
3+
"version": "4.0.12",
44
"exports": {
55
"./package.json": "./package.json",
66
".": "./src/index.ts",

packages/zod/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zod",
3-
"version": "4.0.11",
3+
"version": "4.0.12",
44
"type": "module",
55
"license": "MIT",
66
"author": "Colin McDonnell <[email protected]>",

packages/zod/src/v4/core/versions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const version = {
22
major: 4,
33
minor: 0,
4-
patch: 11 as number,
4+
patch: 12 as number,
55
} as const;

0 commit comments

Comments
 (0)