From 81f003daa97c3e4baf06adf2e37183e575317c41 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 4 Oct 2024 13:44:44 +0000 Subject: [PATCH] Release 7.2.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9af5fe8..b81c3f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asteasolutions/zod-to-openapi", - "version": "7.1.2", + "version": "7.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@asteasolutions/zod-to-openapi", - "version": "7.1.2", + "version": "7.2.0", "license": "MIT", "dependencies": { "openapi3-ts": "^4.1.2" diff --git a/package.json b/package.json index d69283c..16d6294 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asteasolutions/zod-to-openapi", - "version": "7.1.2", + "version": "7.2.0", "description": "Builds OpenAPI schemas from Zod schemas", "main": "dist/index.cjs", "module": "dist/index.mjs",