Skip to content

Commit b67878c

Browse files
chore: release 3.13.0 (#267)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dc7eea8 commit b67878c

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.13.0](https://www.github.com/fabien0102/ts-to-zod/compare/v3.12.0...v3.13.0) (2024-09-03)
4+
5+
6+
### Features
7+
8+
* allow to append or override schema via jsdoc tag ([#266](https://www.github.com/fabien0102/ts-to-zod/issues/266)) ([dc7eea8](https://www.github.com/fabien0102/ts-to-zod/commit/dc7eea877049a717691520cd82f077ecac679070))
9+
310
## [3.12.0](https://www.github.com/fabien0102/ts-to-zod/compare/v3.11.0...v3.12.0) (2024-08-29)
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.12.0",
4+
"version": "3.13.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)