Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/wild-nights-return.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/docusaurus-plugin-typedoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"author": "Thomas Grey",
"license": "MIT",
"peerDependencies": {
"typedoc-plugin-markdown": ">=4.9.0"
"typedoc-plugin-markdown": ">=4.9.1"
},
"dependencies": {
"typedoc-docusaurus-theme": "^1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/typedoc-docusaurus-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test:update": "npm run build && rm -rf ./test/__snapshots__ && npm test"
},
"peerDependencies": {
"typedoc-plugin-markdown": ">=4.9.0"
"typedoc-plugin-markdown": ">=4.9.1"
},
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/typedoc-github-wiki-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"author": "Thomas Grey",
"license": "MIT",
"peerDependencies": {
"typedoc-plugin-markdown": ">=4.9.0"
"typedoc-plugin-markdown": ">=4.9.1"
},
"keywords": [
"typedoc",
Expand Down
2 changes: 1 addition & 1 deletion packages/typedoc-gitlab-wiki-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"author": "Thomas Grey",
"license": "MIT",
"peerDependencies": {
"typedoc-plugin-markdown": ">=4.9.0"
"typedoc-plugin-markdown": ">=4.9.1"
},
"keywords": [
"typedoc",
Expand Down
7 changes: 7 additions & 0 deletions packages/typedoc-plugin-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 4.9.1

### Patch Changes

- Resolve "does not have an anchor but one was requested" warnings in verbose log mode ([#850](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/850)).
- Guard against undefined types causing errors in complex types in tables (thanks @ilyabo).

## 4.9.0 (2025-09-19)

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typedoc-plugin-markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typedoc-plugin-markdown",
"version": "4.9.0",
"version": "4.9.1",
"description": "A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.",
"exports": {
".": "./dist/index.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/typedoc-plugin-remark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"vfile": "^6.0.3"
},
"peerDependencies": {
"typedoc-plugin-markdown": ">=4.9.0"
"typedoc-plugin-markdown": ">=4.9.1"
},
"keywords": [
"typedoc",
Expand Down
2 changes: 1 addition & 1 deletion packages/typedoc-vitepress-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test:update": "npm run build && rm -rf ./test/__snapshots__ && npm test"
},
"peerDependencies": {
"typedoc-plugin-markdown": ">=4.9.0"
"typedoc-plugin-markdown": ">=4.9.1"
},
"license": "MIT",
"keywords": [
Expand Down