Skip to content

Commit

Permalink
chore: release 3.14.1 (#290)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 25, 2024
1 parent 74abe78 commit d2d353e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### [3.14.1](https://www.github.com/fabien0102/ts-to-zod/compare/v3.14.0...v3.14.1) (2024-11-25)


### Bug Fixes

* 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))
* 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))

## [3.14.0](https://www.github.com/fabien0102/ts-to-zod/compare/v3.13.0...v3.14.0) (2024-11-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ts-to-zod",
"description": "Generate zod schemas from typescript types/interfaces",
"version": "3.14.0",
"version": "3.14.1",
"homepage": "https://github.com/fabien0102/ts-to-zod",
"bugs": "https://github.com/fabien0102/ts-to-zod/issues",
"repository": "fabien0102/ts-to-zod",
Expand Down

0 comments on commit d2d353e

Please sign in to comment.