Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a1726d5

Browse files
committed
4.1.8
1 parent 36c4ee3 commit a1726d5

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.1.7",
3+
"version": "4.1.8",
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.1.7",
3+
"version": "4.1.8",
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: 1,
4-
patch: 7 as number,
4+
patch: 8 as number,
55
} as const;

0 commit comments

Comments
 (0)