From 35799bf09312c1d60e493ba912f1cdd35985bdb5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 15 May 2024 17:02:06 +0000 Subject: [PATCH] Version Packages --- .changeset/young-wombats-applaud.md | 10 ---------- packages/typedoc-plugin-markdown/CHANGELOG.md | 11 +++++++++++ packages/typedoc-plugin-markdown/package.json | 2 +- 3 files changed, 12 insertions(+), 11 deletions(-) delete mode 100644 .changeset/young-wombats-applaud.md 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": [