Skip to content

Commit 1e41364

Browse files
chore: release 3.8.7 (#247)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0430a2c commit 1e41364

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.8.7](https://www.github.com/fabien0102/ts-to-zod/compare/v3.8.6...v3.8.7) (2024-06-24)
4+
5+
6+
### Bug Fixes
7+
8+
* **#244:** handle IndexedAccessType of imported schemas ([#246](https://www.github.com/fabien0102/ts-to-zod/issues/246)) ([0430a2c](https://www.github.com/fabien0102/ts-to-zod/commit/0430a2cb37363fd9d9f5e934450fb460eb464984))
9+
310
### [3.8.6](https://www.github.com/fabien0102/ts-to-zod/compare/v3.8.5...v3.8.6) (2024-06-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.8.6",
4+
"version": "3.8.7",
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)