Skip to content

Commit de94703

Browse files
committed
16.4.0
1 parent 41fa936 commit de94703

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: 16.4.0-beta2
4+
version: 16.4.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": "16.4.0-beta2",
3+
"version": "16.4.0",
44
"description": "A Typescript library 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)