Skip to content

Commit

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

### 2.4.1 - 2022-09-27

#### 🐞 Fixes

- Disable noIndex. ([1bd0098](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/1bd0098))

#### 📦 Dependencies

- **[docusaurus]** Update to v2.1. ([1fcccd2](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/1fcccd2))
- **[marked]** Update to v4.1. ([bc4cf85](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/bc4cf85))
- **[typedoc]** Update to v0.23.15. ([33aff5c](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/33aff5c))
- **[typescript]** Update to v4.8.3. ([1e9e277](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/1e9e277))

#### 🛠 Internals

- Migrate from beemo to moon. (#74) ([d649407](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/d649407)), closes [#74](https://github.com/milesj/docusaurus-plugin-typedoc-api/issues/74)

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





## 2.4.0 - 2022-08-20

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

### 0.4.6 - 2022-09-27

#### 📦 Dependencies

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

#### 🛠 Internals

- Migrate from beemo to moon. (#74) ([d649407](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/d649407)), closes [#74](https://github.com/milesj/docusaurus-plugin-typedoc-api/issues/74)
- Test changelogs. ([89ecb29](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/89ecb29))

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





### 0.4.5 - 2022-08-20

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

0 comments on commit ee6831b

Please sign in to comment.