Skip to content

Commit 528be41

Browse files
committed
Release
- docusaurus-plugin-typedoc-api@4.2.1 - website@0.5.2
1 parent 1319b7f commit 528be41

4 files changed

Lines changed: 31 additions & 2 deletions

File tree

packages/plugin/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.2.1 - 2024-08-04
7+
8+
#### 🐞 Fixes
9+
10+
- Support for Object Literals and Destructed Parameters in [@param](https://github.com/param) [#147] (#148) ([d613725](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/d613725)), closes [#147](https://github.com/milesj/docusaurus-plugin-typedoc-api/issues/147) [#148](https://github.com/milesj/docusaurus-plugin-typedoc-api/issues/148) [#147](https://github.com/milesj/docusaurus-plugin-typedoc-api/issues/147)
11+
12+
#### 📦 Dependencies
13+
14+
- **[docusaurus]** Update to v3.4. ([a0bc748](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/a0bc748))
15+
- Update prettier and typescript. ([1319b7f](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/1319b7f))
16+
17+
**Note:** Version bump only for package docusaurus-plugin-typedoc-api
18+
19+
20+
21+
22+
623
## 4.2.0 - 2024-02-11
724

825
#### 🚀 Updates

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.2.0",
3+
"version": "4.2.1",
44
"description": "Docusaurus plugin that provides source code API documentation powered by TypeDoc. ",
55
"keywords": [
66
"docusaurus",

website/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+
### 0.5.2 - 2024-08-04
7+
8+
#### 📦 Dependencies
9+
10+
- **[docusaurus]** Update to v3.4. ([a0bc748](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/a0bc748))
11+
12+
**Note:** Version bump only for package website
13+
14+
15+
16+
17+
618
### 0.5.1 - 2024-01-24
719

820
#### 📦 Dependencies

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

0 commit comments

Comments
 (0)