From 4c8f0e431572a2de4568928416e21765cb0bcc86 Mon Sep 17 00:00:00 2001 From: Gerrit Birkeland Date: Sat, 6 Nov 2021 15:19:06 -0600 Subject: [PATCH] Bump version to 0.22.4 --- README.md | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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",