From 78c7172c28798f3947f9e585860d5a4e38131f41 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 22 Jul 2024 17:09:04 +0000 Subject: [PATCH] Version Packages --- .changeset/great-comics-notice.md | 5 ----- .changeset/many-oranges-agree.md | 5 ----- packages/typedoc-plugin-markdown/CHANGELOG.md | 7 +++++++ packages/typedoc-plugin-markdown/package.json | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 .changeset/great-comics-notice.md delete mode 100644 .changeset/many-oranges-agree.md diff --git a/.changeset/great-comics-notice.md b/.changeset/great-comics-notice.md deleted file mode 100644 index a19d8eca..00000000 --- a/.changeset/great-comics-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'typedoc-plugin-markdown': patch ---- - -- Correctly resolve comment summary for const functions (#656) diff --git a/.changeset/many-oranges-agree.md b/.changeset/many-oranges-agree.md deleted file mode 100644 index 92020658..00000000 --- a/.changeset/many-oranges-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'typedoc-plugin-markdown': patch ---- - -- Fix anchor links containing generics (#655) diff --git a/packages/typedoc-plugin-markdown/CHANGELOG.md b/packages/typedoc-plugin-markdown/CHANGELOG.md index 4a016858..8ef0fd5f 100644 --- a/packages/typedoc-plugin-markdown/CHANGELOG.md +++ b/packages/typedoc-plugin-markdown/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 4.2.2 + +### Patch Changes + +- Correctly resolve comment summary for const functions ([#656](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/656)) +- Fix anchor links containing generics ([#655](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/655)) + ## 4.2.1 (2024-07-11) ### Patch Changes diff --git a/packages/typedoc-plugin-markdown/package.json b/packages/typedoc-plugin-markdown/package.json index 7a349034..c2d08983 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.2.1", + "version": "4.2.2", "description": "A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.", "main": "dist/index.js", "files": [