Skip to content

Commit 06a3000

Browse files
committed
chore(zod-openapi): release version 1.14.0
1 parent 95df076 commit 06a3000

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/zod-openapi/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
44

5+
## [1.14.0](https://github.com/anatine/zod-plugins/compare/zod-openapi-1.13.0...zod-openapi-1.14.0) (2023-05-23)
6+
7+
8+
### Features
9+
10+
* Dep updates ([156b026](https://github.com/anatine/zod-plugins/commit/156b026391eba70c00df8b0f96ec402db1ceed4c))
11+
* **zod-openapi:** add option to use extension-method on zod ([fe26a3e](https://github.com/anatine/zod-plugins/commit/fe26a3ed3a0f9a8d62d65ad43b34a7091268aec7))
12+
513
## [1.13.0](https://github.com/anatine/zod-plugins/compare/zod-openapi-1.12.0...zod-openapi-1.13.0) (2023-05-13)
614

715

packages/zod-openapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anatine/zod-openapi",
3-
"version": "1.13.0",
3+
"version": "1.14.0",
44
"description": "Zod to OpenAPI converter",
55
"main": "src/index.js",
66
"types": "src/index.d.ts",

0 commit comments

Comments
 (0)