Skip to content

Commit

Permalink
chore(release)
Browse files Browse the repository at this point in the history
 - docusaurus-plugin-typedoc@0.17.3
 - typedoc-plugin-markdown@3.12.0
  • Loading branch information
tgreyuk committed Apr 9, 2022
1 parent f51ff45 commit 9f53c19
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 2 deletions.
9 changes: 9 additions & 0 deletions packages/docusaurus-plugin-typedoc/CHANGELOG.md
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.17.3](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/docusaurus-plugin-typedoc@0.17.2...docusaurus-plugin-typedoc@0.17.3) (2022-04-09)

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






## [0.17.2](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/docusaurus-plugin-typedoc@0.17.1...docusaurus-plugin-typedoc@0.17.2) (2022-03-05)

- Allow option `cleanOutputDir` ([#296](https://github.com/tgreyuk/typedoc-plugin-markdown/pull/296))
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-plugin-typedoc/package.json
@@ -1,6 +1,6 @@
{
"name": "docusaurus-plugin-typedoc",
"version": "0.17.2",
"version": "0.17.3",
"description": "A Docusaurus v2 plugin to build API documentation with TypeDoc.",
"main": "dist/index.js",
"files": [
Expand Down
17 changes: 17 additions & 0 deletions packages/typedoc-plugin-markdown/CHANGELOG.md
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.12.0](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.11.14...typedoc-plugin-markdown@3.12.0) (2022-04-09)


### Bug Fixes

* Handle non-unique anchor ids ([#303](https://github.com/tgreyuk/typedoc-plugin-markdown/issues/303)) ([787748f](https://github.com/tgreyuk/typedoc-plugin-markdown/commit/787748f274d2def8fa4a1e08795a398c5a771f4f))


### Features

* Expose `preserveAnchorCasing` option ([#301](https://github.com/tgreyuk/typedoc-plugin-markdown/issues/301)) ([f51ff45](https://github.com/tgreyuk/typedoc-plugin-markdown/commit/f51ff45d20758a19c851c37561dd2c07e80f0c23))






## [3.11.14](https://github.com/tgreyuk/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@3.11.13...typedoc-plugin-markdown@3.11.14) (2022-02-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/typedoc-plugin-markdown/package.json
@@ -1,6 +1,6 @@
{
"name": "typedoc-plugin-markdown",
"version": "3.11.14",
"version": "3.12.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 9f53c19

Please sign in to comment.