Skip to content

Commit 38c795f

Browse files
chore: release 3.11.0 (#262)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 27f107b commit 38c795f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [3.11.0](https://www.github.com/fabien0102/ts-to-zod/compare/v3.10.0...v3.11.0) (2024-08-12)
4+
5+
6+
### Features
7+
8+
* add support for date, time and duration format types ([#260](https://www.github.com/fabien0102/ts-to-zod/issues/260)) ([27f107b](https://www.github.com/fabien0102/ts-to-zod/commit/27f107b3244dc9ecd3bc6399ee6ff723f7abd394))
9+
310
## [3.10.0](https://www.github.com/fabien0102/ts-to-zod/compare/v3.9.1...v3.10.0) (2024-07-24)
411

512

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.10.0",
4+
"version": "3.11.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)