Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
 - docusaurus-plugin-typedoc-api@4.4.0
 - website@0.6.0
  • Loading branch information
milesj committed Sep 8, 2024
1 parent 5a3824a commit b069bc7
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
12 changes: 12 additions & 0 deletions packages/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 4.4.0 - 2024-09-08

#### 🚀 Updates

- Support and require Docusaurus 3.5 (#156) ([5a3824a](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/5a3824a)), closes [#156](https://github.com/milesj/docusaurus-plugin-typedoc-api/issues/156)

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





## 4.3.0 - 2024-09-02

#### 🚀 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.3.0",
"version": "4.4.0",
"description": "Docusaurus plugin that provides source code API documentation powered by TypeDoc. ",
"keywords": [
"docusaurus",
Expand Down
12 changes: 12 additions & 0 deletions website/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.6.0 - 2024-09-08

#### 🚀 Updates

- Support and require Docusaurus 3.5 (#156) ([5a3824a](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/5a3824a)), closes [#156](https://github.com/milesj/docusaurus-plugin-typedoc-api/issues/156)

**Note:** Version bump only for package website





### 0.5.2 - 2024-08-04

#### 📦 Dependencies
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "0.5.2",
"version": "0.6.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down

0 comments on commit b069bc7

Please sign in to comment.