Skip to content

Commit da9f8ca

Browse files
committed
15.1.0
1 parent 29e7271 commit da9f8ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/example.swagger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.0
22
info:
33
title: Example API
4-
version: 15.1.0-beta2
4+
version: 15.1.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": "15.1.0-beta2",
3+
"version": "15.1.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)