Skip to content

Commit e84dc84

Browse files
committed
6.0.0
1 parent a2b41c2 commit e84dc84

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: 5.9.0-beta1
4+
version: 6.0.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": "5.9.0-beta1",
3+
"version": "6.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)