Skip to content

Commit f70e76f

Browse files
Version Packages
1 parent 16712a4 commit f70e76f

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.changeset/yellow-beds-smile.md

Lines changed: 0 additions & 6 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.0.3
4+
5+
### Patch Changes
6+
7+
- Remove superfluous quotes from prop names ([#619](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/619))
8+
- Fix display of index descriptions in tables ([#619](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/619))
9+
310
## 4.0.2 (2024-05-15)
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.0.2",
3+
"version": "4.0.3",
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)