diff options
author | 2023-06-08 22:40:17 -0700 | |
---|---|---|
committer | 2023-06-09 08:40:17 +0300 | |
commit | e138f663442c27c473987900cb1fe243949a5a52 (patch) | |
tree | c9b24e13457d006a02b8b01dabd30ca3ea50d68d /packages/markdown/component/CHANGELOG.md | |
parent | 8341c461b574d53fe455c49d4ae3a53f2e0196b5 (diff) | |
download | astro-f23cff8e094a85b01abefe35639c614b70a13489.tar.gz astro-f23cff8e094a85b01abefe35639c614b70a13489.tar.zst astro-f23cff8e094a85b01abefe35639c614b70a13489.zip |
[ci] release (#7318)create-astro@3.1.7astro@2.6.2@astrojs/svelte@3.0.0@astrojs/markdown-component@1.0.5
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/markdown/component/CHANGELOG.md')
-rw-r--r-- | packages/markdown/component/CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 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 |