diff --git a/README.md b/README.md index e2e13a9..0a98023 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,10 @@ See [an example](https://gerritbirkeland.com/typedoc-plugin-zod/types/Abc.html) ## Change Log +### v1.1.2 + +- Added support for the `z.input` type, #3. + ### v1.1.1 - Fixed conversion of symbols where the same name is used for a type and variable, #2. diff --git a/package-lock.json b/package-lock.json index d7229b1..b29ad7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "typedoc-plugin-zod", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "typedoc-plugin-zod", - "version": "1.1.1", + "version": "1.1.2", "license": "MIT", "devDependencies": { "outdent": "^0.8.0", diff --git a/package.json b/package.json index f52d2ca..cc51773 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typedoc-plugin-zod", - "version": "1.1.1", + "version": "1.1.2", "description": "TypeDoc plugin which replaces z.infer with the inferred type", "main": "dist/plugin.js", "scripts": {