Skip to content

Commit 2cdd82b

Browse files
committed
4.1.13
1 parent a774750 commit 2cdd82b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.1.12",
3+
"version": "4.1.13",
44
"exports": {
55
"./package.json": "./package.json",
66
".": "./src/index.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: 1,
4-
patch: 12 as number,
4+
patch: 13 as number,
55
} as const;

0 commit comments

Comments
 (0)