We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a0cca commit 5cbaab3Copy full SHA for 5cbaab3
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### v1.4.0 (2025-03-02)
2
+
3
+- Support TypeDoc 0.28
4
5
### v1.3.1 (2024-12-14)
6
7
- Fixed broken links to type properties for types created with this plugin, TypeStrong/typedoc#2808.
package.json
@@ -1,6 +1,6 @@
{
"name": "typedoc-plugin-zod",
- "version": "1.3.1",
+ "version": "1.4.0",
"description": "TypeDoc plugin which replaces z.infer<typeof x> with the inferred type",
"main": "dist/plugin.js",
"type": "module",
0 commit comments