Skip to content

Commit be60fab

Browse files
committed
2.0.0
1 parent 38bce38 commit be60fab

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: 2.0.0-beta4
4+
version: 2.0.0
55
paths:
66
/v1/getUser:
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": "2.0.0-beta4",
3+
"version": "2.0.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
"scripts": {

0 commit comments

Comments
 (0)