From 210cc19d84e3b435bb47c5db88c1f1352974c2bf Mon Sep 17 00:00:00 2001 From: Robin Tail Date: Mon, 2 Dec 2024 12:06:27 +0100 Subject: [PATCH] 21.3.0-beta.0 --- 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 3e7f27b58..ecb6994a4 100644 --- a/example/example.documentation.yaml +++ b/example/example.documentation.yaml @@ -1,7 +1,7 @@ openapi: 3.1.0 info: title: Example API - version: 21.2.0 + version: 21.3.0-beta.0 paths: /v1/user/retrieve: get: diff --git a/package.json b/package.json index 3ab40f910..9946d6f6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-zod-api", - "version": "21.2.0", + "version": "21.3.0-beta.0", "description": "A Typescript framework to help you get an API server up and running with I/O schema validation and custom middlewares in minutes.", "license": "MIT", "repository": {