diff --git a/.changeset/flat-grapes-cheer.md b/.changeset/flat-grapes-cheer.md deleted file mode 100644 index 80148244a..000000000 --- a/.changeset/flat-grapes-cheer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'typedoc-plugin-markdown': patch ---- - -- Expose comments to reflections with the accessor keyword (#664) diff --git a/.changeset/thick-maps-sleep.md b/.changeset/thick-maps-sleep.md deleted file mode 100644 index 73272567b..000000000 --- a/.changeset/thick-maps-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'typedoc-plugin-markdown': patch ---- - -- Omit constructors from category groups (#661) diff --git a/.changeset/young-houses-worry.md b/.changeset/young-houses-worry.md deleted file mode 100644 index 9eae61060..000000000 --- a/.changeset/young-houses-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'typedoc-plugin-markdown': patch ---- - -- Update categories structure in navigation to match interface model diff --git a/packages/typedoc-plugin-markdown/CHANGELOG.md b/packages/typedoc-plugin-markdown/CHANGELOG.md index 19b7302fe..2e12e31bb 100644 --- a/packages/typedoc-plugin-markdown/CHANGELOG.md +++ b/packages/typedoc-plugin-markdown/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 4.2.4 + +### Patch Changes + +- Expose comments to reflections with the accessor keyword ([#664](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/664)) +- Omit constructors from category groups ([#661](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/661)) +- Update categories structure in navigation to match interface model + ## 4.2.3 (2024-07-24) ### Patch Changes diff --git a/packages/typedoc-plugin-markdown/package.json b/packages/typedoc-plugin-markdown/package.json index a7500aa05..ea8363ba9 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.3", + "version": "4.2.4", "description": "A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.", "main": "dist/index.js", "files": [