Skip to content

Commit 1cd85ca

Browse files
Version Packages
1 parent 2299aed commit 1cd85ca

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

.changeset/orange-horses-beg.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/quiet-ducks-thank.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/typedoc-plugin-markdown/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 4.2.9
4+
5+
### Patch Changes
6+
7+
- Expose `@return` block tags on declarations ([#694](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/694))
8+
- Add parentheses on function names in type declaration table views ([#696](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/696))
9+
310
## 4.2.8 (2024-09-22)
411

512
### Patch Changes

packages/typedoc-plugin-markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typedoc-plugin-markdown",
3-
"version": "4.2.8",
3+
"version": "4.2.9",
44
"description": "A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.",
55
"main": "dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)