diff --git a/.changeset/pre.json b/.changeset/pre.json index 3807b4d2..dc402358 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -46,12 +46,14 @@ "five-cobras-bake", "five-worms-remain", "forty-cows-jam", + "four-bugs-fail", "four-fishes-film", "fresh-forks-poke", "funny-news-hug", "fuzzy-clocks-whisper", "fuzzy-news-decide", "giant-mails-rest", + "great-phones-fetch", "green-lions-walk", "happy-rats-help", "heavy-snakes-press", @@ -77,6 +79,7 @@ "lucky-jokes-switch", "many-bulldogs-give", "mean-fishes-buy", + "mean-pears-camp", "metal-forks-exist", "mighty-deers-dress", "nasty-starfishes-ring", diff --git a/packages/typedoc-plugin-markdown/CHANGELOG.md b/packages/typedoc-plugin-markdown/CHANGELOG.md index 04c400d2..150ac488 100644 --- a/packages/typedoc-plugin-markdown/CHANGELOG.md +++ b/packages/typedoc-plugin-markdown/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 4.0.0-next.59 + +### Patch Changes + +- Removed deprecated options. +- Tweaked link behaviour in page header. +- Added symbols to external links. + ## 4.0.0-next.58 ### Patch Changes diff --git a/packages/typedoc-plugin-markdown/package.json b/packages/typedoc-plugin-markdown/package.json index 08495432..2f9d0936 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.0.0-next.58", + "version": "4.0.0-next.59", "description": "A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.", "main": "dist/index.js", "files": [