diff --git a/changelog.md b/changelog.md index 0a4529e..8689050 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,7 @@ | Version | Change | | --------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| 3.21.4 | Fixes missing support for exact array length | | 3.21.3 | Fixes issue #77 (Reference path to nullable schemas in Open-API mode) | | 3.21.2 | Adds "integer" type Date output to support min/max checks, markdownDescription option, fixes "none" refStrategy by adding "seen" and adds an option to use "pattern" with Zods' email enum instead of "format". | | 3.21.1 | New target (2019-09) along with improved intersection schemas, improved mutual recursion references in definitions, descriptions respected in union parser and not removed in collapsed | diff --git a/package-lock.json b/package-lock.json index b1d95c5..bc544ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "zod-to-json-schema", - "version": "3.21.3", + "version": "3.21.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "zod-to-json-schema", - "version": "3.21.3", + "version": "3.21.4", "license": "ISC", "devDependencies": { "@types/jest": "^26.0.24", diff --git a/package.json b/package.json index cd54354..00ca098 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zod-to-json-schema", - "version": "3.21.3", + "version": "3.21.4", "description": "Converts Zod schemas to Json Schemas", "main": "index.js", "scripts": {