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": [