diff --git a/package.json b/package.json index d54df11b6..8df199b7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zod", - "version": "1.8.0-beta.2", + "version": "1.8.0", "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.2" } -} \ No newline at end of file +}