Skip to content

Commit 28c9a74

Browse files
authored
Merge pull request #768 from typedoc2md/changeset-release/main
Version Packages
2 parents 69321ce + e3297aa commit 28c9a74

File tree

9 files changed

+13
-24
lines changed

9 files changed

+13
-24
lines changed

.changeset/empty-badgers-lick.md

-5
This file was deleted.

.changeset/honest-houses-wait.md

-5
This file was deleted.

.changeset/tender-jokes-admire.md

-5
This file was deleted.

.changeset/tough-shrimps-worry.md

-5
This file was deleted.

packages/typedoc-github-wiki-theme/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"author": "Thomas Grey",
3232
"license": "MIT",
3333
"peerDependencies": {
34-
"typedoc-plugin-markdown": ">=4.4.1"
34+
"typedoc-plugin-markdown": ">=4.4.2"
3535
},
3636
"keywords": [
3737
"typedoc",

packages/typedoc-gitlab-wiki-theme/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"author": "Thomas Grey",
3232
"license": "MIT",
3333
"peerDependencies": {
34-
"typedoc-plugin-markdown": ">=4.4.1"
34+
"typedoc-plugin-markdown": ">=4.4.2"
3535
},
3636
"keywords": [
3737
"typedoc",

packages/typedoc-plugin-frontmatter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"yaml": "^2.3.4"
3535
},
3636
"peerDependencies": {
37-
"typedoc-plugin-markdown": ">=4.4.1"
37+
"typedoc-plugin-markdown": ">=4.4.2"
3838
},
3939
"keywords": [
4040
"frontmatter",

packages/typedoc-plugin-markdown/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 4.4.2
4+
5+
### Patch Changes
6+
7+
- Handle duplicate symbols with leading underscores
8+
- Correctly flag optional nested parameters ([#765](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/765)).
9+
- Introduced ja theme translations as per TypeDoc 0.27.7.
10+
- Expose anchors to relative document links (thanks @matus-vacula).
11+
312
## 4.4.1 (2025-01-01)
413

514
### Patch Changes

packages/typedoc-plugin-markdown/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typedoc-plugin-markdown",
3-
"version": "4.4.1",
3+
"version": "4.4.2",
44
"description": "A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.",
55
"exports": {
66
".": "./dist/index.js"

0 commit comments

Comments
 (0)