Skip to content

Commit

Permalink
chore(release)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreyuk committed Jun 1, 2021
1 parent f0ee1a4 commit 4dd7222
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions packages/docusaurus-plugin-typedoc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [0.14.2](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/[email protected]@0.14.2) (2021-06-01)


### Bug Fixes

* Use front-matter title to fix escapes angle brackets ([c5bc964](https://github.com/tgreyuk/typedoc-plugin-markdown/commit/c5bc9645b4de81c2050271c0d85583d9bfbac531))





## [0.14.1](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/[email protected]@0.14.1) (2021-05-06)


Expand Down
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.14.1",
"version": "0.14.2",
"description": "A Docusaurus v2 plugin to build API documentation with TypeDoc.",
"main": "dist/index.js",
"files": [
Expand Down
11 changes: 11 additions & 0 deletions packages/typedoc-plugin-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.0](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/[email protected]@3.9.0) (2021-06-01)


### Features

* UI fixes and readability enhancements ([#230](https://github.com/tgreyuk/typedoc-plugin-markdown/issues/230)) ([f4329a9](https://github.com/tgreyuk/typedoc-plugin-markdown/commit/f4329a9c989201d69b0e54497eba4f3e6c095abc))





## [3.8.2](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/[email protected]@3.8.2) (2021-05-26)


Expand Down
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.8.2",
"version": "3.9.0",
"description": "A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit 4dd7222

Please sign in to comment.