From 3bb39611cdc3f3130eb51d970c6ed423bb8dbb34 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 18 May 2024 13:25:06 +0000 Subject: [PATCH] Version Packages --- .changeset/yellow-beds-smile.md | 6 ------ packages/typedoc-plugin-markdown/CHANGELOG.md | 7 +++++++ packages/typedoc-plugin-markdown/package.json | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/yellow-beds-smile.md diff --git a/.changeset/yellow-beds-smile.md b/.changeset/yellow-beds-smile.md deleted file mode 100644 index bef98cb9b..000000000 --- a/.changeset/yellow-beds-smile.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'typedoc-plugin-markdown': patch ---- - -- Remove superfluous quotes from prop names (#619) -- Fix display of index descriptions in tables (#618) diff --git a/packages/typedoc-plugin-markdown/CHANGELOG.md b/packages/typedoc-plugin-markdown/CHANGELOG.md index 77110ed6e..02001afb0 100644 --- a/packages/typedoc-plugin-markdown/CHANGELOG.md +++ b/packages/typedoc-plugin-markdown/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 4.0.3 + +### Patch Changes + +- Remove superfluous quotes from prop names ([#619](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/619)) +- Fix display of index descriptions in tables ([#618](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/618)) + ## 4.0.2 (2024-05-15) ### Patch Changes diff --git a/packages/typedoc-plugin-markdown/package.json b/packages/typedoc-plugin-markdown/package.json index 46b5f296e..c2f654c91 100644 --- a/packages/typedoc-plugin-markdown/package.json +++ b/packages/typedoc-plugin-markdown/package.json @@ -1,6 +1,6 @@ { "name": "typedoc-plugin-markdown", - "version": "4.0.2", + "version": "4.0.3", "description": "A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.", "main": "dist/index.js", "files": [