Skip to content

Commit bd220e4

Browse files
committed
Bump version to 1.1.2
1 parent 30e0a70 commit bd220e4

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ See [an example](https://gerritbirkeland.com/typedoc-plugin-zod/types/Abc.html)
1919

2020
## Change Log
2121

22+
### v1.1.2
23+
24+
- Added support for the `z.input` type, #3.
25+
2226
### v1.1.1
2327

2428
- Fixed conversion of symbols where the same name is used for a type and variable, #2.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)