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 36c4ee3 commit a1726d5Copy full SHA for a1726d5
packages/zod/jsr.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@zod/zod",
3
- "version": "4.1.7",
+ "version": "4.1.8",
4
"exports": {
5
"./package.json": "./package.json",
6
".": "./src/index.ts",
packages/zod/package.json
"name": "zod",
"type": "module",
"license": "MIT",
"author": "Colin McDonnell <zod@colinhacks.com>",
packages/zod/src/v4/core/versions.ts
@@ -1,5 +1,5 @@
export const version = {
major: 4,
minor: 1,
- patch: 7 as number,
+ patch: 8 as number,
} as const;
0 commit comments