Skip to content

Commit 90c1490

Browse files
committed
chore(docs): updated changelog
1 parent 975a029 commit 90c1490

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

docs/content/plugins/docusaurus/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 1.4.0 (2025-04-28)
4+
5+
### Minor Changes
6+
7+
- Decoupled TypeDoc logic into a separate plugin, "typedoc-docusaurus-theme". "docusaurus-plugin-typedoc" and "typedoc-docusaurus-theme" will now be published and versioned together as linked packages.
8+
- Unquoted object keys in generated sidebar.
9+
310
## 1.3.1 (2025-04-23)
411

512
### Patch Changes

docs/copy-changelogs.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const changelogs = [
1010
to: 'content/plugins/vitepress',
1111
},
1212
{
13-
from: '../packages/docusaurus-plugin-typedoc/CHANGELOG.md',
13+
from: '../packages/typedoc-docusaurus-theme/CHANGELOG.md',
1414
to: 'content/plugins/docusaurus',
1515
},
1616
{

package-lock.json

+3-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)