Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
 - docusaurus-plugin-typedoc-api@4.2.0
  • Loading branch information
milesj committed Feb 11, 2024
1 parent a9f1440 commit b972233
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions packages/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 4.2.0 - 2024-02-11

#### 🚀 Updates

- **[mdx-loader]** Fix configuration to satisfy the mdx loader's options (specifically, the static folders and site dir). (#134) ([a9f1440](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/a9f1440)), closes [#134](https://github.com/milesj/docusaurus-plugin-typedoc-api/issues/134)

#### 🐞 Fixes

- **[AnchorLink]** Hook into Docusaurus' broken links API to inform about anchors produced by this plugin. (#135) ([fb43b78](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/fb43b78)), closes [#135](https://github.com/milesj/docusaurus-plugin-typedoc-api/issues/135)

**Note:** Version bump only for package docusaurus-plugin-typedoc-api





## 4.1.0 - 2024-01-24

#### 🚀 Updates
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docusaurus-plugin-typedoc-api",
"version": "4.1.0",
"version": "4.2.0",
"description": "Docusaurus plugin that provides source code API documentation powered by TypeDoc. ",
"keywords": [
"docusaurus",
Expand Down

0 comments on commit b972233

Please sign in to comment.