Skip to content

Commit 2ca716d

Browse files
committed
v4.1.0
1 parent cb840dd commit 2ca716d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.17",
3+
"version": "4.1.0",
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.17",
3+
"version": "4.1.0",
44
"type": "module",
55
"license": "MIT",
66
"author": "Colin McDonnell <zod@colinhacks.com>",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const version = {
22
major: 4,
3-
minor: 0,
4-
patch: 17 as number,
3+
minor: 1,
4+
patch: 0 as number,
55
} as const;

0 commit comments

Comments
 (0)