Skip to content

Commit

Permalink
chore(release)
Browse files Browse the repository at this point in the history
 - typedoc-plugin-markdown@3.11.1
 - vuepress-plugin-typedoc@0.9.2
  • Loading branch information
tgreyuk committed Sep 23, 2021
1 parent 6f2e5de commit ecdaaff
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
12 changes: 12 additions & 0 deletions packages/typedoc-plugin-markdown/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.

## [3.11.1](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.11.0...typedoc-plugin-markdown@3.11.1) (2021-09-23)


### Bug Fixes

* fix `allReflectionsHaveOwnDocument` option ([64376e9](https://github.com/tgreyuk/typedoc-plugin-markdown/commit/64376e9bd3beb2e941d0640408ace04786db4c7e))
* properly escape chars inside anchors ([d4e5b1d](https://github.com/tgreyuk/typedoc-plugin-markdown/commit/d4e5b1db4dcbc21601cc3a7b6122810f9cbb9152))





# [3.11.0](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.10.4...typedoc-plugin-markdown@3.11.0) (2021-09-14)


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.11.0",
"version": "3.11.1",
"description": "A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.",
"main": "dist/index.js",
"files": [
Expand Down
11 changes: 11 additions & 0 deletions packages/vuepress-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.9.2](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/vuepress-plugin-typedoc@0.9.1...vuepress-plugin-typedoc@0.9.2) (2021-09-23)


### Bug Fixes

* cleanup pre-render steps ([6f2e5de](https://github.com/tgreyuk/typedoc-plugin-markdown/commit/6f2e5decad2ed0e2ef1afb3a3f65664dcb167154))





## [0.9.1](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/vuepress-plugin-typedoc@0.9.0...vuepress-plugin-typedoc@0.9.1) (2021-09-17)

**Note:** Version bump only for package vuepress-plugin-typedoc
Expand Down
2 changes: 1 addition & 1 deletion packages/vuepress-plugin-typedoc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuepress-plugin-typedoc",
"version": "0.9.1",
"version": "0.9.2",
"description": "A VuePress plugin to build api documentation with TypeDoc.",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit ecdaaff

Please sign in to comment.