diff --git a/.changeset/cold-places-sneeze.md b/.changeset/cold-places-sneeze.md deleted file mode 100644 index de975bf7a..000000000 --- a/.changeset/cold-places-sneeze.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'typedoc-plugin-markdown': patch ---- - -- Correctly handle group title in pageTitleTemplates callback (#807). -- Format of optional type and getter/setter (#804) - thanks @normanzb. diff --git a/packages/typedoc-github-wiki-theme/package.json b/packages/typedoc-github-wiki-theme/package.json index b8deae570..025bc406f 100644 --- a/packages/typedoc-github-wiki-theme/package.json +++ b/packages/typedoc-github-wiki-theme/package.json @@ -31,7 +31,7 @@ "author": "Thomas Grey", "license": "MIT", "peerDependencies": { - "typedoc-plugin-markdown": ">=4.6.2" + "typedoc-plugin-markdown": ">=4.6.3" }, "keywords": [ "typedoc", diff --git a/packages/typedoc-gitlab-wiki-theme/package.json b/packages/typedoc-gitlab-wiki-theme/package.json index 263add9f3..6ae09b6e5 100644 --- a/packages/typedoc-gitlab-wiki-theme/package.json +++ b/packages/typedoc-gitlab-wiki-theme/package.json @@ -31,7 +31,7 @@ "author": "Thomas Grey", "license": "MIT", "peerDependencies": { - "typedoc-plugin-markdown": ">=4.6.2" + "typedoc-plugin-markdown": ">=4.6.3" }, "keywords": [ "typedoc", diff --git a/packages/typedoc-plugin-frontmatter/package.json b/packages/typedoc-plugin-frontmatter/package.json index 78f3d4f9a..cb9184d00 100644 --- a/packages/typedoc-plugin-frontmatter/package.json +++ b/packages/typedoc-plugin-frontmatter/package.json @@ -34,7 +34,7 @@ "yaml": "^2.7.0" }, "peerDependencies": { - "typedoc-plugin-markdown": ">=4.6.2" + "typedoc-plugin-markdown": ">=4.6.3" }, "keywords": [ "frontmatter", diff --git a/packages/typedoc-plugin-markdown/CHANGELOG.md b/packages/typedoc-plugin-markdown/CHANGELOG.md index 779d689f2..e652687e1 100644 --- a/packages/typedoc-plugin-markdown/CHANGELOG.md +++ b/packages/typedoc-plugin-markdown/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 4.6.3 + +### Patch Changes + +- Correctly handle group title in pageTitleTemplates callback ([#807](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/807)). +- Format of optional type and getter/setter ([#804](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/804)) - thanks @normanzb. + ## 4.6.2 (2025-04-09) ### Patch Changes diff --git a/packages/typedoc-plugin-markdown/package.json b/packages/typedoc-plugin-markdown/package.json index e7fba5448..53f9b03ba 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.6.2", + "version": "4.6.3", "description": "A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.", "exports": { ".": "./dist/index.js" diff --git a/packages/typedoc-vitepress-theme/package.json b/packages/typedoc-vitepress-theme/package.json index 048a1e6aa..35e2da401 100644 --- a/packages/typedoc-vitepress-theme/package.json +++ b/packages/typedoc-vitepress-theme/package.json @@ -30,7 +30,7 @@ "test:update": "npm run build && npm test -- -u" }, "peerDependencies": { - "typedoc-plugin-markdown": ">=4.6.2" + "typedoc-plugin-markdown": ">=4.6.3" }, "license": "MIT", "keywords": [