diff --git a/README.md b/README.md index a3facab..39cf5c2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # typedoc-plugin-missing-exports -> Supports TypeDoc 0.22.x. +Automatically document symbols which aren't exported but are referenced. + +> Supports TypeDoc 0.22.x TypeDoc 0.20 switched from documenting each file individually to documenting based on entry points. TypeDoc looks at each provided entry point and documents all exports from that entry point. diff --git a/package.json b/package.json index d66bc45..c274e8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typedoc-plugin-missing-exports", - "version": "0.22.3", + "version": "0.22.4", "description": "Include non-exported types in TypeDoc documentation", "main": "./index.js", "exports": "./index.js",