Skip to content

Commit acfa040

Browse files
authored
Merge pull request #726 from typedoc2md/changeset-release/main
Version Packages
2 parents 49730a4 + 6a3cfd4 commit acfa040

File tree

5 files changed

+9
-16
lines changed

5 files changed

+9
-16
lines changed

.changeset/eleven-seals-rescue.md

-5
This file was deleted.

.changeset/shy-ways-visit.md

-5
This file was deleted.

.changeset/twelve-hornets-hope.md

-5
This file was deleted.

packages/typedoc-plugin-markdown/CHANGELOG.md

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

3+
## 4.3.1
4+
5+
### Patch Changes
6+
7+
- Expose type declarations to array types.
8+
- Correctly wrap array of unions in parenthesis ([#719](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/719)).
9+
- Omit inline parameter declarations when not useful ([#720](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/720)).
10+
311
## 4.3.0 (2024-11-27)
412

513
This release introduces support for TypeDoc 0.27 and some additional UX features and improvements in addition to some bug fixes.

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.0",
3+
"version": "4.3.1",
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)