Skip to content

Commit

Permalink
Bump version to 0.22.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Nov 6, 2021
1 parent 59087f7 commit 4c8f0e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion 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.

Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 4c8f0e4

Please sign in to comment.