Skip to content

Commit

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

## 4.1.0 - 2024-01-24

#### 🚀 Updates

- Add remark and rehype plugins support (#123) ([3ab71aa](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/3ab71aa)), closes [#123](https://github.com/milesj/docusaurus-plugin-typedoc-api/issues/123)
- Generate a sidebar file. (#132) ([ff45d2b](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/ff45d2b)), closes [#132](https://github.com/milesj/docusaurus-plugin-typedoc-api/issues/132)
- Support TypeScript v5.3. ([c39b2ab](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/c39b2ab))

#### 📦 Dependencies

- **[docusaurus]** Update to v3.1. ([2b42b17](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/2b42b17))
- **[eslint]** Update to v8.56. ([17ec185](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/17ec185))
- **[marked]** Update to v9 latest. ([93c9df6](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/93c9df6))
- **[prettier]** Update to v3.2. ([889c44d](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/889c44d))
- **[typedoc]** Update to v0.25.7. ([83c5432](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/83c5432))

#### 🛠 Internals

- Fix reflection type issues. ([999451d](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/999451d))

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





### 4.0.1 - 2023-11-04

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

### 0.5.1 - 2024-01-24

#### 📦 Dependencies

- **[docusaurus]** Update to v3.1. ([2b42b17](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/2b42b17))
- **[marked]** Update to v9 latest. ([93c9df6](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/93c9df6))
- **[prettier]** Update to v3.2. ([889c44d](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/889c44d))

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





# 0.5.0 - 2023-11-01

#### 💥 Breaking
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.0",
"version": "0.5.1",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down

0 comments on commit b7612a4

Please sign in to comment.