Skip to content

Commit abe60a9

Browse files
authored
Merge pull request #740 from typedoc2md/changeset-release/main
Version Packages
2 parents f91ce05 + 6127f88 commit abe60a9

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

.changeset/famous-forks-float.md

-5
This file was deleted.

.changeset/pink-kings-divide.md

-5
This file was deleted.

packages/typedoc-plugin-markdown/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 4.3.3
4+
5+
### Patch Changes
6+
7+
- Correctly handle anchor resolutions with table formats.
8+
- Fix invalid typescript syntax for type aliases inside declaration code blocks when "useCodeBlocks" is true ([#741](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/741)).
9+
310
## 4.3.2 (2024-12-08)
411

512
### 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.3.2",
3+
"version": "4.3.3",
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)