diff --git a/packages/plugin/CHANGELOG.md b/packages/plugin/CHANGELOG.md index 2c89a30..d7d96bb 100644 --- a/packages/plugin/CHANGELOG.md +++ b/packages/plugin/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 4.0.0 - 2023-11-01 + +#### 💥 Breaking + +- Upgrade to Docusaurus v3. Drop Node.js v16 and TypeScript v4. (#115) ([c7594b8](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/c7594b8)), closes [#115](https://github.com/milesj/docusaurus-plugin-typedoc-api/issues/115) + +#### 🐞 Fixes + +- Fix some packages not finding an entry point. ([baf9cc5](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/baf9cc5)) + +#### 📦 Dependencies + +- **[marked]** Update to v9 (from v4). (#118) ([cace409](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/cace409)), closes [#118](https://github.com/milesj/docusaurus-plugin-typedoc-api/issues/118) + +**Note:** Version bump only for package docusaurus-plugin-typedoc-api + + + + + ## 3.0.1 - 2023-09-26 #### 🚀 Updates diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 775ca68..cde1a13 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "docusaurus-plugin-typedoc-api", - "version": "3.0.1", + "version": "4.0.0", "description": "Docusaurus plugin that provides source code API documentation powered by TypeDoc. ", "keywords": [ "docusaurus", diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index fedad77..e06dd10 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 0.5.0 - 2023-11-01 + +#### 💥 Breaking + +- Upgrade to Docusaurus v3. Drop Node.js v16 and TypeScript v4. (#115) ([c7594b8](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/c7594b8)), closes [#115](https://github.com/milesj/docusaurus-plugin-typedoc-api/issues/115) + +#### 📦 Dependencies + +- **[marked]** Update to v9 (from v4). (#118) ([cace409](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/cace409)), closes [#118](https://github.com/milesj/docusaurus-plugin-typedoc-api/issues/118) + +**Note:** Version bump only for package website + + + + + ### 0.4.10 - 2023-09-26 #### 📦 Dependencies diff --git a/website/package.json b/website/package.json index cf9d19c..973c476 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "0.4.10", + "version": "0.5.0", "private": true, "scripts": { "docusaurus": "docusaurus",