Skip to content

Commit

Permalink
chore: release 3.6.0 (#195)
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] committed Jan 7, 2024
1 parent b3b3d11 commit 26ccb38
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.6.0](https://www.github.com/fabien0102/ts-to-zod/compare/v3.5.0...v3.6.0) (2024-01-07)


### Features

* Add JSDoc [@description](https://www.github.com/description) support ([#194](https://www.github.com/fabien0102/ts-to-zod/issues/194)) ([b3b3d11](https://www.github.com/fabien0102/ts-to-zod/commit/b3b3d110288edea95b27c0fc185bfda9d1229730))

## [3.5.0](https://www.github.com/fabien0102/ts-to-zod/compare/v3.4.1...v3.5.0) (2023-12-07)


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.5.0",
"version": "3.6.0",
"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 26ccb38

Please sign in to comment.