Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Oct 31, 2021
1 parent 54b05b8 commit 0cdc3e0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions packages/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## 1.6.0 - 2021-10-31

#### 🚀 Updates

- Support `@link` tokens in markdown. (#12) ([54b05b8](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/54b05b8)), closes [#12](https://github.com/milesj/docusaurus-plugin-typedoc-api/issues/12)

#### 🐞 Fixes

- Fallback path if empty. ([48e56ae](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/48e56ae))

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





### 1.5.1 - 2021-10-25

#### 🐞 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": "1.5.1",
"version": "1.6.0",
"description": "Docusaurus plugin that provides source code API documentation powered by TypeDoc. ",
"keywords": [
"docusaurus",
Expand Down

0 comments on commit 0cdc3e0

Please sign in to comment.