Skip to content

Commit 5cbaab3

Browse files
committed
Bump version to 1.4.0
1 parent c5a0cca commit 5cbaab3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### v1.4.0 (2025-03-02)
2+
3+
- Support TypeDoc 0.28
4+
15
### v1.3.1 (2024-12-14)
26

37
- Fixed broken links to type properties for types created with this plugin, TypeStrong/typedoc#2808.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typedoc-plugin-zod",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"description": "TypeDoc plugin which replaces z.infer<typeof x> with the inferred type",
55
"main": "dist/plugin.js",
66
"type": "module",

0 commit comments

Comments
 (0)