Skip to content

Commit d825fc6

Browse files
chore: release 3.10.0 (#258)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent edc6509 commit d825fc6

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.10.0](https://www.github.com/fabien0102/ts-to-zod/compare/v3.9.1...v3.10.0) (2024-07-24)
4+
5+
6+
### Features
7+
8+
* handle rest operator in tuple type ([#257](https://www.github.com/fabien0102/ts-to-zod/issues/257)) ([edc6509](https://www.github.com/fabien0102/ts-to-zod/commit/edc6509265a09c6796545887bd7a2573a2166e91))
9+
310
### [3.9.1](https://www.github.com/fabien0102/ts-to-zod/compare/v3.9.0...v3.9.1) (2024-07-11)
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.9.1",
4+
"version": "3.10.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)