Skip to content

Commit 83f666a

Browse files
committed
21.2.0
1 parent 5b1704d commit 83f666a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/example.documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.1.0
22
info:
33
title: Example API
4-
version: 21.2.0-beta.1
4+
version: 21.2.0
55
paths:
66
/v1/user/retrieve:
77
get:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "express-zod-api",
3-
"version": "21.2.0-beta.1",
3+
"version": "21.2.0",
44
"description": "A Typescript framework to help you get an API server up and running with I/O schema validation and custom middlewares in minutes.",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)