Skip to content

Commit

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

### 1.5.1 - 2021-10-25

#### 🐞 Fixes

- Fix package path/slug detection. ([6f9468c](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/6f9468c))
- Fix previous link resolving to an invalid ID. ([20da81e](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/20da81e))
- Fix some markdown rendering issues. ([41046c4](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/41046c4))

#### ⚙️ Types

- Fix docusaurus types. ([403b091](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/403b091))

#### 📦 Dependencies

- **[docusaurus]** Update to beta.8. ([7f9d1b7](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/7f9d1b7))
- **[marked]** Update to v3. ([2a86bbf](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/2a86bbf))
- **[typedoc]** Update to v0.22.7. ([d0b7a56](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/d0b7a56))

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





## 1.5.0 - 2021-10-16

#### 🚀 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": "1.5.0",
"version": "1.5.1",
"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.1.2 - 2021-10-25

#### 📦 Dependencies

- **[docusaurus]** Update to beta.8. ([7f9d1b7](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/7f9d1b7))

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





### 0.1.1 - 2021-10-16

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

0 comments on commit aa0300a

Please sign in to comment.