Skip to content

Commit 1346781

Browse files
chore: release 3.12.0 (#265)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 941169d commit 1346781

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.12.0](https://www.github.com/fabien0102/ts-to-zod/compare/v3.11.0...v3.12.0) (2024-08-29)
4+
5+
6+
### Features
7+
8+
* add type notation to type imports ([#264](https://www.github.com/fabien0102/ts-to-zod/issues/264)) ([941169d](https://www.github.com/fabien0102/ts-to-zod/commit/941169d1e4b89570cf42ad5356c0d5d2392e3c67))
9+
310
## [3.11.0](https://www.github.com/fabien0102/ts-to-zod/compare/v3.10.0...v3.11.0) (2024-08-12)
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.11.0",
4+
"version": "3.12.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)