diff options
Diffstat (limited to 'packages/markdown/component')
-rw-r--r-- | packages/markdown/component/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/markdown/component/package.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/markdown/component/CHANGELOG.md b/packages/markdown/component/CHANGELOG.md index ad8e52412..bd49bc439 100644 --- a/packages/markdown/component/CHANGELOG.md +++ b/packages/markdown/component/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/markdown-component +## 1.0.5 + +### Patch Changes + +- [#7343](https://github.com/withastro/astro/pull/7343) [`3d9a392a0`](https://github.com/withastro/astro/commit/3d9a392a09133aeb7a6efeb59c307f27a9b83198) Thanks [@matthewp](https://github.com/matthewp)! - Fix Markdown component error message false positive + ## 1.0.4 ### Patch Changes diff --git a/packages/markdown/component/package.json b/packages/markdown/component/package.json index 73e6a8315..a135515ba 100644 --- a/packages/markdown/component/package.json +++ b/packages/markdown/component/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/markdown-component", "description": "Use the legacy Markdown component in your Astro site", - "version": "1.0.4", + "version": "1.0.5", "type": "module", "author": "withastro", "license": "MIT", |