Skip to content

Commit

Permalink
chore(zod-openapi): release version 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian-McBride committed Jan 17, 2023
1 parent 7603b7d commit 7d5519d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/zod-openapi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## [1.12.0](https://github.com/anatine/zod-plugins/compare/zod-openapi-1.11.1...zod-openapi-1.12.0) (2023-01-17)


### Features

* set additionalProperties to false if strict ([80c7012](https://github.com/anatine/zod-plugins/commit/80c7012922bb4b1a59a5b96d0b5680e7cc436976))


### Bug Fixes

* **zod-openapi:** no empty required to conform to OpenApi 3.0 ([5d7731e](https://github.com/anatine/zod-plugins/commit/5d7731e3ae8b457664f2a750274005d0a5a50f7f))

### [1.11.1](https://github.com/anatine/zod-plugins/compare/zod-openapi-1.11.0...zod-openapi-1.11.1) (2023-01-01)

## [1.11.0](https://github.com/anatine/zod-plugins/compare/zod-openapi-1.10.0...zod-openapi-1.11.0) (2022-12-12)
Expand Down
2 changes: 1 addition & 1 deletion packages/zod-openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anatine/zod-openapi",
"version": "1.11.1",
"version": "1.12.0",
"description": "Zod to OpenAPI converter",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down

0 comments on commit 7d5519d

Please sign in to comment.