Skip to content

Commit 0fc6687

Browse files
authored
Merge pull request #613 from typedoc2md/changeset-release/main
Version Packages
2 parents 020783b + 35799bf commit 0fc6687

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

.changeset/young-wombats-applaud.md

-10
This file was deleted.

packages/typedoc-plugin-markdown/CHANGELOG.md

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

3+
## 4.0.2
4+
5+
### Patch Changes
6+
7+
- Fix symbol url anchors when "flattenOutputFiles" is "true" ([#616](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/616))
8+
- Normalize line breaks and tags within table columns ([#615](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/615))
9+
- Remove superfluous spaces and symbol on external links ([#614](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/614))
10+
- Escape all angle brackets with "santizeComments" ([#612](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/612))
11+
- Correctly handle quoted symbol names ([#611](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/611))
12+
- Correctly handle excludeScopesInPaths in windows ([#610](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/610))
13+
314
## 4.0.1 (2024-05-07)
415

516
### 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.0.1",
3+
"version": "4.0.2",
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)