diff --git a/.changeset/young-wombats-applaud.md b/.changeset/young-wombats-applaud.md deleted file mode 100644 index c4757bada..000000000 --- a/.changeset/young-wombats-applaud.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'typedoc-plugin-markdown': patch ---- - -- Fix symbol url anchors when "flattenOutputFiles" is "true" (#616) -- Normalize line breaks and tags within table columns (#615) -- Remove superfluous spaces and symbol on external links (#614) -- Escape all angle brackets with "santizeComments" (#612) -- Correctly handle quoted symbol names (#611) -- Correctly handle excludeScopesInPaths in windows (#610) diff --git a/packages/typedoc-plugin-markdown/CHANGELOG.md b/packages/typedoc-plugin-markdown/CHANGELOG.md index 31888ea83..c0e5852f0 100644 --- a/packages/typedoc-plugin-markdown/CHANGELOG.md +++ b/packages/typedoc-plugin-markdown/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 4.0.2 + +### Patch Changes + +- Fix symbol url anchors when "flattenOutputFiles" is "true" ([#616](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/616)) +- Normalize line breaks and tags within table columns ([#615](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/615)) +- Remove superfluous spaces and symbol on external links ([#614](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/614)) +- Escape all angle brackets with "santizeComments" ([#612](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/612)) +- Correctly handle quoted symbol names ([#611](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/611)) +- Correctly handle excludeScopesInPaths in windows ([#610](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/610)) + ## 4.0.1 (2024-05-07) ### Patch Changes diff --git a/packages/typedoc-plugin-markdown/package.json b/packages/typedoc-plugin-markdown/package.json index 03b361bad..46b5f296e 100644 --- a/packages/typedoc-plugin-markdown/package.json +++ b/packages/typedoc-plugin-markdown/package.json @@ -1,6 +1,6 @@ { "name": "typedoc-plugin-markdown", - "version": "4.0.1", + "version": "4.0.2", "description": "A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.", "main": "dist/index.js", "files": [