Skip to content

Commit

Permalink
chore(release)
Browse files Browse the repository at this point in the history
 - docusaurus-plugin-typedoc@0.15.3
 - typedoc-plugin-markdown@3.10.4
tgreyuk committed Jul 20, 2021
1 parent 487b23e commit 07f4835
Showing 4 changed files with 25 additions and 2 deletions.
12 changes: 12 additions & 0 deletions packages/docusaurus-plugin-typedoc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.15.3](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/docusaurus-plugin-typedoc@0.15.2...docusaurus-plugin-typedoc@0.15.3) (2021-07-20)


### Bug Fixes

* Generate namespaces into own directory to fix sidebar category ([bd7669e](https://github.com/tgreyuk/typedoc-plugin-markdown/commit/bd7669efc7eb43a91567451f3be17b5651f82a78))
* Handle windows back-slash in slug ([#245](https://github.com/tgreyuk/typedoc-plugin-markdown/issues/245)) ([9178963](https://github.com/tgreyuk/typedoc-plugin-markdown/commit/917896393359426077e36149ab50b07252aafa49))





## [0.15.2](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/docusaurus-plugin-typedoc@0.15.1...docusaurus-plugin-typedoc@0.15.2) (2021-07-12)


2 changes: 1 addition & 1 deletion packages/docusaurus-plugin-typedoc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docusaurus-plugin-typedoc",
"version": "0.15.2",
"version": "0.15.3",
"description": "A Docusaurus v2 plugin to build API documentation with TypeDoc.",
"main": "dist/index.js",
"files": [
11 changes: 11 additions & 0 deletions packages/typedoc-plugin-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.10.4](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.10.3...typedoc-plugin-markdown@3.10.4) (2021-07-20)


### Bug Fixes

* Fix anonymous function types in params table ([0047faf](https://github.com/tgreyuk/typedoc-plugin-markdown/commit/0047faf1d3e2ec91752cef0603f2838ce1e70be9))





## [3.10.3](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.10.2...typedoc-plugin-markdown@3.10.3) (2021-07-12)


2 changes: 1 addition & 1 deletion packages/typedoc-plugin-markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typedoc-plugin-markdown",
"version": "3.10.3",
"version": "3.10.4",
"description": "A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.",
"main": "dist/index.js",
"files": [

0 comments on commit 07f4835

Please sign in to comment.