Skip to content

Commit

Permalink
Merge branch 'main' of github.com:typedoc2md/typedoc-plugin-markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreyuk committed Sep 22, 2024
2 parents 62d18e2 + 7e0c460 commit 626b826
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/typedoc-plugin-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 4.2.8

### Patch Changes

- Fix missing slash when public path is prefixed with http ([#688](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/688))

## 4.2.7 (2024-09-05)

### Patch Changes
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.2.7",
"version": "4.2.8",
"description": "A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit 626b826

Please sign in to comment.