diff --git a/README.md b/README.md index 48e3f8f31..c9af62395 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ If you find this package useful, leave a star to help more folks find it ⭐️ +> ⚠️ You might be encountering issues building your project is you're using zod@<1.10.2. This is the result of a bug in the TypeScript compiler. To solve this without updating, set `"skipLibCheck": true` in your tsconfig.json "compilerOptions". This issue is resolved in zod@1.10.2 and later. + # What is Zod Zod is a TypeScript-first schema declaration and validation library. I'm using the term "schema" to broadly refer to any data type/structure, from a simple `string` to a complex nested object. diff --git a/package.json b/package.json index 7e2ebc56e..01dd44d91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zod", - "version": "1.10.1", + "version": "1.10.2", "description": "TypeScript-first schema declaration and validation library with static type inference", "main": "./lib/src/index.js", "types": "./lib/src/index.d.ts", @@ -55,4 +55,4 @@ "tslint-config-prettier": "^1.18.0", "typescript": "3.3" } -} +} \ No newline at end of file