Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

includeVersion option ignored now - version is missing #415

Closed
KillyMXI opened this issue Apr 19, 2023 · 2 comments
Closed

includeVersion option ignored now - version is missing #415

KillyMXI opened this issue Apr 19, 2023 · 2 comments

Comments

@KillyMXI
Copy link

KillyMXI commented Apr 19, 2023

In tsconfig.json:

...
"typedocOptions": {
    ...
    "includeVersion": true,
    ...
  },
...

Updating from

    "typedoc": "~0.23.28",
    "typedoc-plugin-markdown": "~3.14.0",

to

    "typedoc": "~0.24.4",
    "typedoc-plugin-markdown": "~3.15.1",

HTML output without the plugin contains version number.
Markdown output with the plugin now has the version missing (had it previously).

@tgreyuk
Copy link
Member

tgreyuk commented Apr 20, 2023

Thanks - please try with typedoc-plugin-markdown@3.15.2 .

@KillyMXI
Copy link
Author

Thank you. Seems fixed - no diffs after updating.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants