Skip to content

Commit d2d353e

Browse files
chore: release 3.14.1 (#290)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 74abe78 commit d2d353e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
### [3.14.1](https://www.github.com/fabien0102/ts-to-zod/compare/v3.14.0...v3.14.1) (2024-11-25)
4+
5+
6+
### Bug Fixes
7+
8+
* correctly extract types from index signature declaration ([#291](https://www.github.com/fabien0102/ts-to-zod/issues/291)) ([74abe78](https://www.github.com/fabien0102/ts-to-zod/commit/74abe7821dc028a639a05cad9ad6a29a538e57ed))
9+
* handling non-identifier index access type ([#289](https://www.github.com/fabien0102/ts-to-zod/issues/289)) ([d9076dd](https://www.github.com/fabien0102/ts-to-zod/commit/d9076ddc4baa0b3006c048e3bf7308d3883e5bf0))
10+
311
## [3.14.0](https://www.github.com/fabien0102/ts-to-zod/compare/v3.13.0...v3.14.0) (2024-11-24)
412

513

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