From e5df93626edfd0a983b7d259bc0ebeba91374e13 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 20:24:55 +0000 Subject: [PATCH] 12.0.2 --- example/example.swagger.yaml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/example.swagger.yaml b/example/example.swagger.yaml index fe1c73b3f..52220955c 100644 --- a/example/example.swagger.yaml +++ b/example/example.swagger.yaml @@ -1,7 +1,7 @@ openapi: 3.0.0 info: title: Example API - version: 12.0.1 + version: 12.0.2 paths: /v1/user/retrieve: get: diff --git a/package.json b/package.json index 6a9cce032..2818d6ea6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-zod-api", - "version": "12.0.1", + "version": "12.0.2", "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", "scripts": {