Skip to content

Commit 03087d6

Browse files
chore: release 3.9.1 (#255)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 75a6e8e commit 03087d6

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.9.1](https://www.github.com/fabien0102/ts-to-zod/compare/v3.9.0...v3.9.1) (2024-07-11)
4+
5+
6+
### Bug Fixes
7+
8+
* handling optional & nullable in IndedexedAccessType ([#254](https://www.github.com/fabien0102/ts-to-zod/issues/254)) ([75a6e8e](https://www.github.com/fabien0102/ts-to-zod/commit/75a6e8e91ffb2dc61286f7c90b5a58f6c897dc26))
9+
310
## [3.9.0](https://www.github.com/fabien0102/ts-to-zod/compare/v3.8.7...v3.9.0) (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.0",
4+
"version": "3.9.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)