Skip to content

Commit 79e475d

Browse files
chore: release 3.9.0 (#253)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1c7b585 commit 79e475d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [3.9.0](https://www.github.com/fabien0102/ts-to-zod/compare/v3.8.7...v3.9.0) (2024-07-11)
4+
5+
6+
### Features
7+
8+
* **#232:** add support for Omit / Pick in interface extend clause ([#249](https://www.github.com/fabien0102/ts-to-zod/issues/249)) ([1c7b585](https://www.github.com/fabien0102/ts-to-zod/commit/1c7b5851dc6c8a1a7c754e2555cf7e4d08027838))
9+
10+
11+
### Bug Fixes
12+
13+
* handle negative minimum, maximum, and default values from jsDoc ([#250](https://www.github.com/fabien0102/ts-to-zod/issues/250)) ([998a3c8](https://www.github.com/fabien0102/ts-to-zod/commit/998a3c8b2358893ecb2331d611398202752e784a))
14+
315
### [3.8.7](https://www.github.com/fabien0102/ts-to-zod/compare/v3.8.6...v3.8.7) (2024-06-24)
416

517

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ts-to-zod",
33
"description": "Generate zod schemas from typescript types/interfaces",
4-
"version": "3.8.7",
4+
"version": "3.9.0",
55
"homepage": "https://github.com/fabien0102/ts-to-zod",
66
"bugs": "https://github.com/fabien0102/ts-to-zod/issues",
77
"repository": "fabien0102/ts-to-zod",

0 commit comments

Comments
 (0)