From be140ce172e8eabf374bed06baf744c0cf950208 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 21:26:52 +0000 Subject: [PATCH] 19.2.1 --- example/example.documentation.yaml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/example.documentation.yaml b/example/example.documentation.yaml index 2d749ab2a..9c2c999be 100644 --- a/example/example.documentation.yaml +++ b/example/example.documentation.yaml @@ -1,7 +1,7 @@ openapi: 3.1.0 info: title: Example API - version: 19.2.0 + version: 19.2.1 paths: /v1/user/retrieve: get: diff --git a/package.json b/package.json index d4fae81f3..3529defa4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-zod-api", - "version": "19.2.0", + "version": "19.2.1", "description": "A Typescript library to help you get an API server up and running with I/O schema validation and custom middlewares in minutes.", "license": "MIT", "repository": {