summaryrefslogtreecommitdiff
path: root/packages/markdown
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-06-08 22:40:17 -0700
committerGravatar GitHub <noreply@github.com> 2023-06-09 08:40:17 +0300
commite138f663442c27c473987900cb1fe243949a5a52 (patch)
treec9b24e13457d006a02b8b01dabd30ca3ea50d68d /packages/markdown
parent8341c461b574d53fe455c49d4ae3a53f2e0196b5 (diff)
downloadastro-@astrojs/markdown-component@1.0.5.tar.gz
astro-@astrojs/markdown-component@1.0.5.tar.zst
astro-@astrojs/markdown-component@1.0.5.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/markdown')
-rw-r--r--packages/markdown/component/CHANGELOG.md6
-rw-r--r--packages/markdown/component/package.json2
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",