Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 1, 2024
1 parent 49730a4 commit 6a3cfd4
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/eleven-seals-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-ways-visit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-hornets-hope.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/typedoc-plugin-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 4.3.1

### Patch Changes

- Expose type declarations to array types.
- Correctly wrap array of unions in parenthesis ([#719](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/719)).
- Omit inline parameter declarations when not useful ([#720](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/720)).

## 4.3.0 (2024-11-27)

This release introduces support for TypeDoc 0.27 and some additional UX features and improvements in addition to some bug fixes.
Expand Down
2 changes: 1 addition & 1 deletion packages/typedoc-plugin-markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typedoc-plugin-markdown",
"version": "4.3.0",
"version": "4.3.1",
"description": "A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.",
"exports": {
".": "./dist/index.js"
Expand Down

0 comments on commit 6a3cfd4

Please sign in to comment.