Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Nov 8, 2022
1 parent 60a5a69 commit 5f54315
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 2 deletions.
19 changes: 19 additions & 0 deletions packages/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2.5.0 - 2022-11-08

#### 🚀 Updates

- Add sortSidebar setting. ([60a5a69](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/60a5a69))

#### 📦 Dependencies

- **[docusaurus]** Update to v2.2. (#80) ([3627fef](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/3627fef)), closes [#80](https://github.com/milesj/docusaurus-plugin-typedoc-api/issues/80)
- **[marked]** Update to v4.2. ([e807225](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/e807225))
- **[typedoc]** Update to v0.23.20. ([34f5b5d](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/34f5b5d))
- Update dev dependencies. ([06eae24](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/06eae24))

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





### 2.4.1 - 2022-09-27

#### 🐞 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.4.1",
"version": "2.5.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.7 - 2022-11-08

#### 📦 Dependencies

- **[docusaurus]** Update to v2.2. (#80) ([3627fef](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/3627fef)), closes [#80](https://github.com/milesj/docusaurus-plugin-typedoc-api/issues/80)

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





### 0.4.6 - 2022-09-27

#### 📦 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.4.6",
"version": "0.4.7",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down

0 comments on commit 5f54315

Please sign in to comment.