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 93553bd commit 03cfa8dCopy full SHA for 03cfa8d
packages/zod/jsr.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@zod/zod",
3
- "version": "4.0.14",
+ "version": "4.0.15",
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: 0,
- patch: 14 as number,
+ patch: 15 as number,
} as const;
0 commit comments