From 63ee2167f31a19edf86c212f4b193a3561f2244d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 15 Aug 2024 22:32:30 +0000 Subject: [PATCH] Version Packages --- .changeset/four-lions-vanish.md | 5 ----- .changeset/mean-cheetahs-punch.md | 5 ----- .changeset/nine-experts-vanish.md | 5 ----- packages/typedoc-plugin-markdown/CHANGELOG.md | 8 ++++++++ packages/typedoc-plugin-markdown/package.json | 2 +- 5 files changed, 9 insertions(+), 16 deletions(-) delete mode 100644 .changeset/four-lions-vanish.md delete mode 100644 .changeset/mean-cheetahs-punch.md delete mode 100644 .changeset/nine-experts-vanish.md diff --git a/.changeset/four-lions-vanish.md b/.changeset/four-lions-vanish.md deleted file mode 100644 index 62af45219..000000000 --- a/.changeset/four-lions-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'typedoc-plugin-markdown': patch ---- - -- Expose comment for arrow functions in type declarations (#670) diff --git a/.changeset/mean-cheetahs-punch.md b/.changeset/mean-cheetahs-punch.md deleted file mode 100644 index 85be9ae35..000000000 --- a/.changeset/mean-cheetahs-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'typedoc-plugin-markdown': patch ---- - -- Tables generated with the "htmlTable" key will include `` and `` elements to fix MDX compatibility issues (#671) diff --git a/.changeset/nine-experts-vanish.md b/.changeset/nine-experts-vanish.md deleted file mode 100644 index 1391b069a..000000000 --- a/.changeset/nine-experts-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'typedoc-plugin-markdown': patch ---- - -- Expose missing descriptions with accessor keyword (#664) diff --git a/packages/typedoc-plugin-markdown/CHANGELOG.md b/packages/typedoc-plugin-markdown/CHANGELOG.md index be086ed7e..f2213ef8a 100644 --- a/packages/typedoc-plugin-markdown/CHANGELOG.md +++ b/packages/typedoc-plugin-markdown/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 4.2.5 + +### Patch Changes + +- Expose comment for arrow functions in type declarations ([#670](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/670)) +- Tables generated with the "htmlTable" key will include `` and `` elements to fix MDX compatibility issues ([#671](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/671)) +- Expose missing descriptions with accessor keyword ([#664](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/664)) + ## 4.2.4 (2024-08-13) ### Patch Changes diff --git a/packages/typedoc-plugin-markdown/package.json b/packages/typedoc-plugin-markdown/package.json index ea8363ba9..2f0ab44fb 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.4", + "version": "4.2.5", "description": "A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.", "main": "dist/index.js", "files": [