From cc58c5ad892c585646f3d7cb2642a671b5f949e0 Mon Sep 17 00:00:00 2001 From: Anna Bocharova Date: Tue, 9 Apr 2024 22:30:15 +0200 Subject: [PATCH] 17.7.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 ac56a04d0..c6f58d398 100644 --- a/example/example.documentation.yaml +++ b/example/example.documentation.yaml @@ -1,7 +1,7 @@ openapi: 3.1.0 info: title: Example API - version: 17.7.0-beta1 + version: 17.7.0 paths: /v1/user/retrieve: get: diff --git a/package.json b/package.json index cb85cd496..2a0b53333 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-zod-api", - "version": "17.7.0-beta1", + "version": "17.7.0", "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": {