Skip to content

Commit 9169c0e

Browse files
committed
1 parent cd0a1b1 commit 9169c0e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

packages/plugin/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### 4.0.1 - 2023-11-04
7+
8+
#### 🐞 Fixes
9+
10+
- Escape symbols to support MDX 2/3 changes. (#121) ([cd0a1b1](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/cd0a1b1)), closes [#121](https://github.com/milesj/docusaurus-plugin-typedoc-api/issues/121)
11+
12+
**Note:** Version bump only for package docusaurus-plugin-typedoc-api
13+
14+
15+
16+
17+
618
# 4.0.0 - 2023-11-01
719

820
#### 💥 Breaking

packages/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docusaurus-plugin-typedoc-api",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Docusaurus plugin that provides source code API documentation powered by TypeDoc. ",
55
"keywords": [
66
"docusaurus",

0 commit comments

Comments
 (0)