Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Mar 26, 2023
1 parent 7292bd5 commit f2f00c5
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 2 deletions.
22 changes: 22 additions & 0 deletions packages/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 3.0.0 - 2023-03-26

#### 💥 Breaking

- Drop Node v14 support. Require v16.12+. ([7292bd5](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/7292bd5))

#### 🚀 Updates

- Support TypeScript v5. ([bd78d56](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/bd78d56))

#### 📦 Dependencies

- **[docusaurus]** Update to v2.4. ([3e86908](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/3e86908))
- **[packemon]** Update to v3. ([593bdb4](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/593bdb4))
- **[typedoc]** Update to v0.23.28. ([6654647](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/6654647))

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





### 2.5.1 - 2022-12-14

#### 🐞 Fixes
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": "2.5.1",
"version": "3.0.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.4.9 - 2023-03-26

#### 📦 Dependencies

- **[docusaurus]** Update to v2.4. ([3e86908](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/3e86908))

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





### 0.4.8 - 2022-12-14

#### 🐞 Fixes
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.4.8",
"version": "0.4.9",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down

0 comments on commit f2f00c5

Please sign in to comment.